Skip to main content

Existe alguna instrucción donde se pase una variable de texto y devuelva el mismo texto eliminando los caracteres no imprimibles?


Gracias

Existe alguna instrucción donde se pase una variable de texto y devuelva el mismo texto eliminando los caracteres no imprimibles?


Gracias

No. Probably using a field in the middle. Define a field with delete Text Control chars. Assign the text to this field and all nonprinting characters should disappear.

If nonprinting chars come from a file, you can read as RAW and remove it (for instance, replace all "{!", SUB char (=soft EOF)).


regards