LENGTH(String)

Numeric Expression

Returns the length (number of characters) from a string expression or any type of response value (text or numeric).

Examples:

LENGTH("Houston") returns 7

LENGTH(TEXT1) returns 4, where TEXT1 is a text type variable with a display value = TEST

LENGTH(NUM1) returns 3, where NUM1 is a numeric type variable with a display value = 781