Function PadLeft() Foundation
Fills a string on the left side.
PadLeft( <cString> , ; // Type: C
<nLength> , ; // Type: N
[<cCharacter|nASCIICode>] ; // Type: CN Default: Chr(32)
) --> cPaddedString
Returns a string of the length <nLength> filled to the left with the specified character. When <nLength> is less than Len(<cString>) the string is truncated on the left 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.