This function returns the length of a string.
Syntax
Len(<string>)
Example
The following code example returns 6.
Len("Hello?")