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
string
string
true
The string to justify.
length
integer
true
The specified length of the resulting string.
Examples
Related
Last updated
Was this helpful?