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