Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: ch_rpad(<stringc>,<lengthn>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: CH_RPAD(<stringC>,<lengthN>)

Returns string padded with spaces to the specified length.

Example

name = "ABC. Corp"
filled_name = RPAD(name,30)
? LEN(name)
   9
? LEN(filled_name)
  30

Notes

If the original string is longer than the padded length, then the string is
truncated.

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