GML::TPL_PREP - Prepare GML_TPL$ Template
Syntax
CALL "GML::TPL_PREP"
Description
This procedure initializes (prepares) the GML_TPL$ template for use. The initialization sets variables to pre-set values which are necessary for the correct completion of the procedures that will follow the template initialization. Each time this procedure is used, the GML.SET% variable must be loaded with the value of the specific grid set it will interface. Upon initialization of the GML_TPL$ template the value of GML_TPL.MEMBER% is assigned a value of 1 by program GML.
Example
2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"