Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Tom Rettigs Library - ljust(<expc>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LJUST(<expC>)
 Left justifies the contents of a string within that string.
 Returns <expC> with leading blanks moved to the end.

   LJUST("      Hello, world!")
 returns "Hello, world!      "

   LJUST("      Hello, world!     ")
 returns "Hello, world!           "


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: ALLTRIM() CENTER() RJUST()

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