start

Mark the beginning of the data to be read.

Syntax

set start

Comments

Unless told otherwise, Import starts reading data at the beginning of the target file. However, many files have headers which do not contain data. Once the template program has read over the header, it should use the set start directive to indicate where the data portion of the file begins

Example

header
{
     // read header information
     set start  // remember this point
}