TRIM
From LongJump Support Wiki
Revision as of 00:02, 26 August 2009 by imported>Evelyn
The TRIM function removes spaces from the beginning and/or end of a string.
- Syntax
TRIM('string')
- Return
- Text string
- Example
TRIM(' krypton ') = 'krypton'