> lang > ltrim | ![]() |
| Documentation |
|
sResult = LTrim$ ( sExpr AS String ) AS String sResult = LTrim ( sExpr AS String ) AS String
Strips white spaces from the left of the String sExpr.
A white space is any character whose ASCII code is strictly lower than 32.