8.6.10.4.11 Strlen Function

Syntax

strlen (expression)

Description

The strlen function evaluates expression, converts it to a string, and returns the number of characters in the string.

Examples

strlen ("Hello World") returns 11

strlen ("") returns 0

Notes

The built-in menu function strlen performs the same function as length.