Description |
LTrim (Magic xpa 4.x)
Removes leading blanks from an Alpha string or an Alpha expression.
|
Syntax:
|
LTrim(string)
|
Parameters:
|
string: An input Alpha string
|
Returns:
|
Trimmed Alpha string
|
Example:
|
LTrim(' John') returns 'John'
|
See also:
|
RTrim, Trim
The Online and Rich Client Samples projects (program ST10 and RST10)
|
|
|
---|