Formula Engine Reference Guide
 

 

Back to Class Index

 

CLEAN(S)

Description
This function returns the string formed by removing all non-printing characters from the string S.
 
Parameters
S

A string value
 
Example
CLEAN(A1) = "test"
where A1=STRCAT(A2, A3), A2="test" and A3=CHAR(10)