|
LTrim() |
|
|
Purpose To remove leading spaces from a character string Syntax LTrim( <cString> ) cTrimmed Arguments <cString> is the character string to trim. Returns LTrim() returns <cString> without leading spaces.
|