strlen

Format:
strlen( text_expr)
Result:
Number
Description:
Returns length of the specified string.
e.g.:
SPECTRA> * = strlen(date())
11