CLEAN(text)

The CLEAN function removes all non-printable characters from text. These are characters that are not normally displayed by your operating system.

For example:

CLEAN (CONCATENATE (CHAR (7), "Hello"))

returns "Hello".

See also:

Other text functions