Function JustLeft() Foundation

Moves characters from the beginning to the end of a string.

Syntax
JustLeft( <cString>                , ;  // Type:  C
          [<cCharacter|nASCIICode>]  ;  // Type: CN   Default: Chr(32)
        ) --> cResultString
Return

Returns a string where leading characters specified with <cCharacter|nASCIICode> have been moved to the end of the string.

Feedback

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.