Show Topics
...go ahead and read the manual, we won't tell anyone.
Help Topics > All Functions > Length
Length returns the number of characters in the string passed to it.
Usage:
the length of "factor"
length("expression")
Example:
put length("blarg") into It -- It is now equal to 5
if the length of word 6 of field 1 > 10
then add 1 to theIndex
