NairnFEAMPM Icon

Lines Command

The Lines command divides up a variable by lines:

Lines "(varName)",(start),(end),(expr)

where:

When done, the results will be in the specified variable. If the qouted variable name is "#varName", for example, the extracted lines will be in #varName[1], #varName$[2], etc., and the total number of lines will be stored in #varName[0].