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]

 twRight( nRow, cString, cAttr )
 ----------------------------------------------------------------------------
     Right Justifies a string in a window in a specified colour in the
     active window.

       Arguments:

     nRow     - Relative Window Row. Must be passed.

     cString  - String to be displayed. This MUST be passed.

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

       Return:

     Current window handle

       Example:

     twRight( 6, "You can right justify, of course." )

     Right justifies the string on window row 6 in the current window
     colour.

See Also: twCenter() twLeft() twTitle()

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