Function JustRight() Foundation
Moves characters from the end to the beginning of a string.
JustRight( <cString> , ; // Type: C
[<cCharacter|nASCIICode>] ; // Type: CN Default: Chr(32)
) --> cResultString
Returns a string where trailing characters specified with <cCharacter|nASCIICode> have been moved to the beginning of the original string.
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.