LEN
From LongJump Support Wiki
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
The LEN function returns the length (in number of characters) of a String.
LEN('string')
LEN('firefly') = 7