Example 8-44 Counting the Number of Lines
In this example, you want to determine the number of lines in the multiline text variable LASTNAMES. The LASTNAMES variable has the following values.
Adamson
Jones
Smith
Taylor
The statement
SHOW NUMLINES(lastnames)
produces the following output.
4