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]

 twSpaceText( Texts, wL, wR )
 ----------------------------------------------------------------------------
     Space an array of text information in a horizontal line.  This
     function derives from a similar one by Rick Spence.

     twSpaceText is used in the Alert Class to position the buttons.

       Arguments:

     Texts  - 'A' Array of texts to be spaced.

     wL, wR - 'N' Starting and ending columns of display area.

       Return:

     Array of column positions at which to write texts to the screen.

       Example:

     colArray := twSpaceText( { "One", "Two", "Three", ;
                      "Four" }, 10, 70 )



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