Toggle Table of Content
Documentation
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.