len_var()

 
Returns the number of characters in string. This function is identical to len() but its parameter is passed by reference, improving performance when dealing with large strings.
Syntax
len_var( string var )
the length of the string
  • string = a literal string value embedded in single quotes or an expression that evaluates as a string.
User Annotations: len_var