This is an old revision of the document!
TRIM
Description
Removes trailing spaces at the end of the string
Parameters
A string or an expression producing a string
Example
IF TRIM ('Some string ') = 'abc' THEN ...
This is an old revision of the document!
Removes trailing spaces at the end of the string
A string or an expression producing a string
IF TRIM ('Some string ') = 'abc' THEN ...