LEN
Returns the length of the string.
Usage examples
-
LEN("Hello") -
LEN(tableA.fieldB)
Syntax
LEN ( value )
-
value- any string expression.
Returns
number - the length of the string.