Length of String [LEN]
Returns the number of characters (including spaces) in a string.
Syntax
LEN (“Text”)
Data Types of the Arguments
String
Data Type of the Result
Integer
Expression
LEN (“The quick brown fox”)
Result
19