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".
"some typing"
Revisions:
This function was added in Fireworkz 2.00.