Description
The Trim function removes leading and trailing spaces from string arguments.
Action
The Trim function removes leading and trailing spaces from string arguments.
Typical uses
Use this function any time there are leading and/or trailing blanks in a text object that may interfere with an alignment of text strings, a character count, or with a calculation (if the string is eventually converted to a Number).
Examples
Trim(" abcde ")
Returns "abcde".