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