Function reference
Reports the length of a string in characters.

Len ( string )

Argument Description
string The string for which you want the length

Data type: Long
Returns a long containing the length of string in characters.

Example 1
This expression returns 7
Len(‘Monitor’)

Last modified: 23 May 2021