Len - script and chart function
Last updated: 8/5/2026
Len() returns the length of the input string.
Syntax:
Len(text)
Return data type: integer
Examples and results:
| Example | Result |
|---|---|
| Len ('Peter') | Returns '5' |