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]

 twSplitTxt( InString, LineLen, MaxLines )
 ----------------------------------------------------------------------------
     Splits a long string into parts at a space if possible.  InString
     may be 64K.

     This function derives from a similar one by Rick Spence.

       Arguments:

     InString - 'C' String to be processed.

     LineLen  - 'N' Length of line to aim for.

     MaxLines - 'N' Maximum number of lines allowed.

       Return:

     An array of string with MaxLines as its maximum number of
     elements.

       Example:

     sArray := twSplitTxt( MemoField )



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