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_leadch()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_LEADCH()


Syntax:        L_LEADCH(<expC1>,<expC2>)


Purpose:       To change the leading blanks of a character string to a
               specified character.


Arguments:     <expC1> is the character with which each of the leading
               blanks are to be replaced.

               <expC2> is the character expression whose leading
               blanks are to be changed.


Returns:       A character expression.


Usage:         Formatting character strings.


Examples:      ? L_LEADCH("*","   ABC")           && Result: ***ABC
               ? L_LEADCH("&","  DEF")            && Result: &&DEF


Language:      C

See Also: L_PROPER() L_CAP1ST() L_RJUST() L_LJUST()

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