LJustify
Justifies characters in a string of a specified length, either left or right.
Method Signature
LJustify(string=[string], length=[integer])
Arguments
Argument
Type
Required
Description
Default
The specified length of the resulting string.
Examples
Related