Description Returns the number of characters in the supplied text string.
Syntax LEN ( text )
Argument | Description |
---|---|
text | Any text string. Spaces in the string are counted as characters. |
Examples This function returns 11:
This function returns 3: