Investment Studio > Expressions > Functions > Text > LEN

integer len(string argument)

Returns the number of characters in the argument string.

Examples

=len("This is a string")

equals 16

=len("")

equals 0.

See also find, exact, search.