Len
Function |
Len(text)
|
Use
The Len() function returns the number of characters in a text value. That is, it gives the length of the string.
Examples
Len("abcdefg") = 7
Len("Do you wish me a good morning?") = 30
Len is included by default in each file as part of the Text library.
See also: