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_Say2( wT, wL, strg, attr1, attr2 )
 ----------------------------------------------------------------------------
     Display a string at a given screen location with optional embedded
     colours. 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. The string may include the '..'
                 delimiters which signal display in the secondary
                 attribute, attr2.

     attr1 - 'N' Primary display colour attribute. Correct numbers may
                 be found with a return from twVAttr( cColour ).

     attr2 - 'N' Secondary display colour attribute. Correct numbers
                 may be found with a return from twVAttr( cColour ).
                 This parameter MUST be given with tw_Say2(), even if
                 it is the same as attr1.

       Return:

     None.

       Example:

     tw_Say2( 3, 4, "now .is the. time", ;
              twVAttr( "w+/b" ), twVAttr( "gr+/r" ))

See Also: tw_ASay() tw_Say()

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