Function ReferenceLENOn this pageLEN Returns the number of characters in a text string. CategoryTextSyntaxLEN(text) Parameters ParameterRequiredDescriptiontextRequiredThe text string whose length you want to find. Example LEN("Hello") // → 5 Auto-generated from the EngCanvas function registry.