Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 727 Bytes

len-function-visioshapesheet.md

File metadata and controls

40 lines (25 loc) · 727 Bytes
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
LEN Function (VisioShapeSheet)
lindalu
03/09/2015
Developer
reference
Vis_DSS.chm60104
medium
e7a62a86-36bf-31d3-a33b-2444f72d60fe
Returns the number of characters in a text string.

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.