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


Syntax:        L_LJUST(<expC>)




Purpose:       Left justifies the contents of a string within that
               string.


Arguments:     <expC> is the string to be left justified.


Returns:       The specified string left justified.


Usage:         Very useful when writing reports.


Examples:      str1 = "     String to be justified"
               ? str1                && Result:       String to be Justified

               ans = L_LJUST(str1)
               ? ans                 && Result: String to be Justified


Language:      C

See Also: L_RJUST()

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