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]

 twLeft( nRow, cString, cAttr )
 ----------------------------------------------------------------------------
     Left Justifies a string in a window in a specified colour.

       Arguments:

     nRow     - 'N' Relative Window Row. Must be passed.

     cString  - 'C' String to be displayed. The length is truncated to
                    keep it inside the current window.

     cAttr    - 'C' Clipper colour attribute. Defaults to SETCOLOR().

       Return:

     Current window handle

       Example:

     twLeft( 2, "It's easy to left justify text.", "w+/b" )

See Also: twCenter() twRight() twTitle()

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