length
Use the length function to count the number of characters in a Text value. The length function returns an Integer value.
Function format
length(Text value)
- value: the Text value the number of characters are counted for.
length example
length("Hello, world!")
The formula returns the Integer value 13.