Function: length()

Usage

length(<Text>) : Number

The length function is used to return the number of characters found in the text parameter.

Examples

length("abc") => 3

When used within an if() function, the length function can be used to evaluate whether a statement is either true or false.

if(length(@ISBN) = 13, "Valid ISBN", "Invalid ISBN")

Learn more about how you can get started using the Formula Field.

What would you improve in this article?
Powered by:

Type above and the results will be displayed here.