I don't recall about which platforms this applies, but CONVERT is used
to change a single character. CHANGE or SWAP (depending on platform)
changes multiple chars:

CONVERT SINGLE1 TO SINGLE2 IN VAR
VAR = CHANGE(VAR,MULTI1,MULTI2)
VAR = SWAP(VAR,MULTI1,MULTI2)


> From: Wjhonson 
> Doesn't
>     CONVERT CHAR(10):CHAR(13) TO "" IN X.ID work?


> From: Greg Coelho
> Any suggestions how I can use CONVERT to strip ASCII control
> characters EC 010 and 013 (LFCR) from a variable?
> CONVERT '?' TO '' IN X.ID


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to