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