> SET VAR forma = 'ABCD    '
> SET VAR forma = (strim(.vforma))
> SET VAR formc = (.forma + 'C')

Gunnar:

Try this:

SET VAR vTest = 'ABCDE    '
SET VAR vLen = (SLEN(.vTest))
SHOW VAR vLen

What do you get?  In RBWIn rel 76, I get 5 -- the
trimmed length of the string.  Sounds like you're
getting 9, the untrimmed length of the string.  If so,
you should report it -- it's not the expected
behavior.
--
Larry

Reply via email to