length of
Full Description
swirl
Syntax
  length of string-expression


Purpose

An operator that calculates the length of a string expression. The result is a numeric expression. The following code demonstrates a common method of using length of to do this:

  do when length of "123" = 3
  ...
  done

Copyright © OmniMark Technologies Corporation, 1988-1998.