stripprintable(
TEXT
)

The stripprintable( function strips non-printable characters from text.


Parameters

This function has one parameter:

text – the item of text that you want to strip.


Description

This function strips non-printable characters from text. In this example, the tab character is stripped out of the text.

stripprintable("red"+tab()+"green") ☞ redgreen

Note: Spaces and carriage returns are not stripped from the text.


See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but now works with Unicode text.