Len(Text text)
Returns the number of characters in a text.
Parameters
- text
- The text for which you want to find the length.
Returns
Numeric
Examples
Len("xxx")
returns 3.
Returns the number of characters in a text.
Numeric
Len("xxx")
returns 3.