TrimLeft
Trims leading spaces and control characters from a string.
Structure
TrimLeft(string): string;
Parameters
Return Value
Description
TrimLeft returns a copy of the string S with leading spaces and control characters removed. |
Trims leading spaces and control characters from a string.
Structure
TrimLeft(string): string;
Parameters
Return Value
Description
TrimLeft returns a copy of the string S with leading spaces and control characters removed. |