LTrim( )
| Action: | Strips
leading spaces from an input string and returns the result. |
| Syntax: | LTRIM
("string") |
| Parameters: |
String
|
| Returns: |
The
input string without leading spaces. |
| See Also: |
RTrim( ), Trim(
) |
| Example: |
$x = LTRIM(SUBSTR(@IPADDRESS0, 1, 3)) |