guillermococa
Programmer
Hello
I Have a problem with a field that contains line feeds and carriage returns, and want to drop them, have tried with:
TRIM (TRAILING ' 0D'XC FROM TRIM (TRAILING ' 0A'XC FROM (nombre_campo))
And it doesn't work
I Have a problem with a field that contains line feeds and carriage returns, and want to drop them, have tried with:
TRIM (TRAILING ' 0D'XC FROM TRIM (TRAILING ' 0A'XC FROM (nombre_campo))
And it doesn't work