Platform | x64, Win32, .NET |
Purpose |
To get the length of a character string excluding trailing blanks. |
Class |
Elemental function. |
Syntax |
INTEGER FUNCTION LEN_TRIM(STRING) |
Example |
LEN_TRIM('A B ') has the value 3 and LEN_TRIM(' ') has the value 0. |