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


Syntax:        L_RJUST(<expC>)


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


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


Returns:       The specified string right justified.



Usage:         Very useful when writing reports.


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

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


Language:      C

See Also: L_LJUST()

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