Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of characters in a text string.
Syntax
LEN (text )
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| text |
Required |
String |
The character string whose length you want to find. |
Return value
Numeric
Example
LEN ("Seattle, WA")
Returns 11.