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_say()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GET_SAY()
   Prints text on the screen similar to the Clipper SAY function.

   Syntax
         GET_SAY([nRow,nCol,] cText)

   Arguments
         cText       Character string to print.
         OPTIONAL PARAMETERS
         nCol        Horizontal absolute screen position.
         nRow        Vertical absolute screen position.

   Returns
         None

   Description
         GET_SAY() prints a string to the screen. If the column or row
         position is set to a non-numeric value, such as .F., then the
         current column or row position will be used.

   Examples
         GET_SAY(100,100,"Name: ")                 && Print text on screen.
         M_text = GET_GET(.F.,.F.,SPACE(25)," ")   && Get text string.

See Also: GET_CURSOR() GET_GET() GET_GETCLR()

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