Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_expand()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_EXPAND()


Syntax:        L_EXPAND(<expC>, <expN>)


Purpose:       Returns string padded out with specified number of
               spaces.


Arguments:     <expC> is the string to be padded with spaces.

               <expN> is the number of spaces to pad the string with.


Returns:       The specified string padded with the specified number
               of spaces.


Usage:         Handy for displaying titles.


Examples:      str1 = "This is a Title"
               ? L_EXPAND(str1,1)     && Result:  T h i s  i s  a  T i t l e


Language:      C

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