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]

 twASay( _wArray, nRow, nCol, cAttr, nRowSkip, nHndl )
 ----------------------------------------------------------------------------
     Displays an array of strings to the screen starting at relative
     window coordinates specified. This is similar to the 'C' function
     tw_ASay() which does not, however, update the cursor position.

       Arguments:

     _wArray  - 'A' Array of strings.

     nRow     - 'N' Relative window row.

     nCol     - 'N' Relative window column.

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

     nRowSkip - 'N' Vertical spacing at which to display the strings.
                    The default is 1.

     nHndl    - 'N' The handle of the window to which to write the
                    strings. The default is the current window.

       Return:

     NIL

       Example:

     twASay( { "one", "two", "three" }, 5, 10, "g+/n", 2 )

     Displays the strings indicated at relative window coordinates
     ( 5, 10 ), ( 7, 10 ), ( 9, 10 )  in bright green on black in the
     current window.

See Also: tw_ASay()

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