RJustify
Method Signature
RJustify(string=[string], length=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Justifies characters in a string of a specified length, either left or right.
RJustify(string=[string], length=[integer])string
string
true
The string to justify.
length
integer
true
The specified length of the resulting string.
Last updated
Was this helpful?
Was this helpful?
