Function RemLeft() Foundation

Removes a specified character from the left side of a string.

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

Returns a string where the specified characters are removed from the left side of <cString>. If no character is specified the result is identical to LTrim().

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.