<< Click to Display Table of Contents >>
Syntax:
TRIM(Text)
Description:
Removes all spaces from the beginning and the end of the specified text string.
Example:
TRIM(" Text ") returns Text
See also:
CLEAN