Function PadRight() Foundation
Fills a string on the right side.
PadRight( <cString> , ; // Type: C
<nLength> , ; // Type: N
[<cCharacter|nASCIICode>] ; // Type: CN Default: Chr(32)
) --> cString
Returns a string of the length <nLength> filled to the right with the specified character. When <nLength> is less than Len(<cString>) the string is truncated on the right side.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.