Index
Strings

:!: Available in version 1.3 and later.

RemoveWhiteSpace

RemoveWhiteSpace (<-inputString) ->newString

Description

Removes whitespace from the specified string and returns a new string sans whitespace. Line feed, carriage returns, tabs, spaces all count as whitespace.

Examples

Trace(RemoveWhiteSpace("Where there's a will, there's a way.")) 

Index