Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>popget() display a shadow-boxed @ say / get on the screen & wait for input</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 POPGET()    Display a shadow-boxed @ SAY / GET on the screen & wait for input

 Syntax....: POPGET( mSay, mGet [,mPic [,mValid [,mRow [,mCol]]]] )
 Parameters: <expC>: mSay   = the label string
 [optional]  <expC>: mGet   = the input mvar (passed by reference)
             <expC>: mPic   = PICTURE string for GET (default = none)
             <expC>: mValid = VALID expression as a string
  "      "   <expN>: tr     = top row           (default = centered)
  "      "   <expN>: lc     = left column       (default = centered)

 Returns...: <expL>: .T.
 Cautions..: currently GET must be char type (<expC>)
 CC Calls..: SETCURSOR(), SHADOWBOX()
 Alias.....: none

 Example...: POPGET( "What is your name?",@mGetVar,"","",04,10 )


See Also: POPCHOICE POPMSG

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson