Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>get_get()</b> g_exam40 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GET_GET()                                                           G_EXAM40
   Gets an input string from the user.

   Syntax
         cText = GET_GET([nX,nY,] cText,cPicture)

   Arguments
         cText       Initial text string.
         cPicture    Template for text string.
         OPTIONAL PARAMETERS
         nX          Horizontal screen coordinate.
         nY          Vertical screen coordinate.

   Returns
         cText       Returns the completed text string.

   Description
         Provides a method of inputting data on the graphics screen. Cursor
         movement keys are similar to Clipper's GET system. Picture
         templates available at this time are:
                           A - Alpha
                           ! - Force to capital letters.
                           X - Any ASCII character.
                           9 - Numbers only.
         This GET system will work with proportionally spaced fonts.

See Also: GET_CURSOR() GET_GETCLR() GET_SAY()

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