TextText.LengthOn this pageText.Length Devolve o número de carateres. Syntax Text.Length( text as text) as number Remarks Devolve o número de carateres existente no texto text. Examples Example #1 Determinar quantos carateres existem no texto "Olá Mundo". Text.Length("Hello World") Result: 11 Category Text.Information