Platform | x64, Win32, .NET |
Purpose |
To remove trailing spaces from a string. |
Class |
Transformational function. |
Syntax |
CHARACTER (LEN=*) FUNCTION TRIM(STRING) |
Description |
The result has the same kind type as STRING and a length that is the length of STRING less the number of trailing spaces in STRING. |