LEN Function (VisioShapeSheet)

Returns the number of characters in a text string.

Syntax

LEN (text )

Parameters

Name Required/Optional Data Type Description
text
Required
String
The character string whose length you want to find.

Return value

Numeric

Example

LEN ("Seattle, WA")

Returns 11.