Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 tw_Say( wT, wL, strg, pattr )
 ----------------------------------------------------------------------------
     Display a string at a given screen location. The programmer is
     responsible to ensure output is in bounds. This function uses
     direct screen writes and therefore will not obey Clipper's
     DISPBEGIN(), DISPEND() sequence.

       Arguments:

     wT,wL - 'N' Screen coordinates at which to begin the display.

     strg  - 'A' String to display.

     pattr - 'N' Display colour attribute. Correct numbers may be found
                 with a return from twVAttr( cColour ).

       Return:

     None.

       Example:

     tw_Say( 3, 4, "now is the time", twVAttr( "w+/b" ))

See Also: tw_ASay() tw_Say2()

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