Skip to main content

CLEAN

Use CLEAN on text imported from other applications that contains characters that may not display correctly.

Use

CLEAN( text )
Removes all non-printable characters from the text.

ParameterRequiredDescription
textYesthe text from which to remove non-printable characters

ReturnsText

Use with fields

CLEAN(@LocateCustomer.out.FullName)

if field @locateCustomer.out.FullName contains non-printable characters, they will be removed and the printable characters returned

ON THIS PAGE