LEN
From LongJump Support Wiki
Revision as of 23:46, 25 August 2009 by imported>Evelyn
The LEN function returns the length (in number of characters) of a String.
- Syntax
LEN('string')
- Return
- Number (whole number or integer)
- Example
LEN('firefly') = 7