Function LEN

LEN(string)
The function returns an integer that contains the number of characters in a string. Example:
iLen = len("123256789")

See also: