Function reference
Removes spaces from the beginning of a string.
LeftTrim ( string )
Argument | Description |
string | The string you want returned with leading spaces deleted |
Data type: String
Returns a copy of string with leading spaces deleted.
Example 1
This expression returns RUTH:
LeftTrim( ‘ RUTH’ )
Last modified:
23 May 2021