STRIM
(STRIM(
text
))
Trims trailing blanks from
text
, returning a text string.
In the following example, the value of
vstrim
is the text string
ABCDE
without the trailing blanks.
SET VAR vstrim = (STRIM('ABCDE '))