TRIM

From AgileApps Support Wiki
Revision as of 00:02, 26 August 2009 by imported>Evelyn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The TRIM function removes spaces from the beginning and/or end of a string.

Syntax
TRIM('string')
Return
Text string
Example
TRIM(' krypton ') = 'krypton'