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]

 twSay( nRow, nCol, cString, cAttr, _wPicture )
 ----------------------------------------------------------------------------
     Display a string on the screen at relative window coordinates
     nRow,nCol in a specified colour or the current window colour in
     the active window.

       Arguments:

     nRow,nCol   - 'N' Relative Window Coordinates.  Both default to 1.

     cString     - 'C' String to be displayed.

     cAttr       - 'C' Clipper colour attribute. Defaults to text
                       colour for the current window.

     _wPicture   - 'C' Clipper Picture String

       Return:

     Current window handle.

       Example:

     twSay( 10, 20, ". Choose a border type.", "GR+/B" )

        Displays the string at relative window coordinates 10,20 in
        yellow/blue.

     twSay( 10, 20, ". Choose a border type." )

        Displays the string at relative window coordinates 10,20 in the
        current window colour.

See Also: twLeft() twRight() twCenter() twSay2() tw_Say() tw_Say2() tw_ASay()

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