LTrim (left trim)
LTrim Function
Removes all spaces from the beginning (left side) of the specified text.
Syntax
Ltrim (scalar StringValue)
Arguments
| Argument | Description |
|---|---|
scalar StringValue | Text string to be trimmed |
Examples:
LTrim(' Good Morning')
Returns the string 'Good Morning ' without space in beginning of the text.