TextText.LengthOn this pageText.Length Returns the number of characters. Syntax Text.Length( text as text) as number Remarks Returns the number of characters in the text text. Examples Example #1 Find how many characters are in the text "Hello World". Text.Length("Hello World") Result: 11 Category Text.Information