Available in version 1.3 and later.
RemoveWhiteSpace (<-inputString) ->newString
Removes whitespace from the specified string and returns a new string sans whitespace. Line feed, carriage returns, tabs, spaces all count as whitespace.
Trace(RemoveWhiteSpace("Where there's a will, there's a way."))
⇐ Index