Thanks Philip~!
How about variable length fields with one space in between?
Hi there,
Same process:
Result is a variable field:
result = %trim(var1) + ‘ ‘ + %trim(var2) + ‘ ‘ + %trim(var3);
Best regards,
Gerardo.
Eval FldCombine = %trim(Fld1) + ‘ ‘ + %trim(Fld2) + ‘ ‘ + %trim(Fld3)
Thanks Philip~!
How about variable length fields with one space in between?
Hi there,
Same process:
Result is a variable field:
result = %trim(var1) + ‘ ‘ + %trim(var2) + ‘ ‘ + %trim(var3);
Best regards,
Gerardo.
Eval FldCombine = %trim(Fld1) + ‘ ‘ + %trim(Fld2) + ‘ ‘ + %trim(Fld3)