CLEAN

Syntax:

CLEAN(text)

Removes all unprintable characters from the text string.

Example:

CLEAN(JOIN(CHAR(31), "some typing "))

would return the text string "some typing".

Revisions:

This function was added in 2.00.