Syntax: @CLEAN(S)
S = a string value
@CLEAN returns the string formed by removing all non-printing characters from the string S.
Examples:
@CLEAN(A1) = ``test'', where A1=@STRCAT(A2, A3), A2=``test'' and A3=@CHAR(10)