len()

 
Returns the number of characters in string.
Syntax
len( string )
The length of string.
  • string = a literal string value embedded in single quotes or an expression that evaluates as a string.
User Annotations: len