Syntax: @LENGTH(S)
S = a string value
@LENGTH returns the number of characters in string S.
Examples:
@LENGTH(``computer'') = 8
@LENGTH(G3) = 14, where G3 = ``Expense Report''
@LENGTH(Z7) = 20, where Z7 = ``Linear Least Squares''