Len

Function

Len(text)

text

Len is included by default in each file as part of the Text library.

 

See also:


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