Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>ljust() - left justify a string</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     ljust() - left justify a string
  Usage:    <string> = ljust(<string>)
  Params:   string <string> - the string to left justify
  Returns:  a string equal to <string> with all leading spaces
            moved to the end of the string

 ---------------------------------- Example ---------------------------------

                 m_string = "    This is the string"
                 ? ljust(m_string)
                 * prints "This is the string    "


See Also: rjust() leadchar() untrim() trailchar() center()

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