length
(function)

Summary:
length of a string.

Syntax:
length(expr)

Description:
Returns the length of the string returned by expr.  If expr does not evaluate to a string, an error is returned.

Example:

variable: nameLength  
  type: string
  definition: nameLength = length(name)
See also:
right, substring, left