GML::DESELECT - Deselect All Cells
Syntax
CALL "GML::DESELECT"
Description
This procedure deselects all grid cells and sets the main grid current row to –1. This procedure is valid only when applied to the main grid (GML_TPL.MEMBER%=1).
Example
2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"
2420 CALL "GML::DESELECT"