length (x)

The length(x) function returns the number of characters in the parameter x.

This function returns a value of type Number.

Examples

 length (a_string_or_a_text_variable)

Result: The number of characters in the content of the variable a_string_or_a_text_variable.

 length ("abcd")

Result: 4.