|
| KiXtart Command Reference |
LTRIMactionStrips leading spaces from an input string and returns the result. syntaxLTRIM ("string") parameterString The string from which to strip leading spaces. returnsThe input string without leading spaces. example$x = LTRIM(SUBSTR(@IPADDRESS0, 1, 3)); 192 |