Returns the number of characters.
function (optional text as nullable any) as nullable any
text
Returns the number of characters in the text text.
Text.Information
Find how many characters are in the text "Hello World".
Text.Length("Hello World")
11