Skip to main content

LEN

Returns the number of characters in a text string.

CategoryText
SyntaxLEN(text)

Parameters

ParameterRequiredDescription
textRequiredThe text string whose length you want to find.

Example

LEN("Hello")         // → 5

Auto-generated from the EngCanvas function registry.