[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson