Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Text.Length(text as nullable text) as nullable number
About
Returns the number of characters in the text text
.
Example 1
Find how many characters are in the text "Hello World".
Usage
Text.Length("Hello World")
Output
11