Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>rjust() right justify a string in a character field</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RJUST()     Right justify a string in a character field

 Syntax....: RJUST( mvar [,mlen] )
 Parameters: <expC|N>: mvar = the string or number to be right justified
 [optional]  <expN>:   mlen = the length of the string to be returned

 Returns...: <expC>: a right justified character string
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: RJUST( "  Hello, world  ",18 )


See Also: LJUST CENTER CTRPOS

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