[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RJUST(<expC>)
 Right justifies the contents of a string within that string.
 Returns <expC> with trailing blanks moved to the beginning.

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

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


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: ALLTRIM() CENTER() LJUST()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson