GML::STORE_ROW_DATA - Store GML_TPL$ Template Data in Array

Syntax

CALL "GML::STORE_ROW_DATA"

Description

This procedure stores the data in template GML_TPL$ at a location in array GML_GM$ that can be retrieved at a later time through the use of the GET_STORED_ROW_DATA procedure. 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 GML_TPL.ROW_N%=4
2430 CALL"GML::FETCH"
2440 CALL"GML::STORE_ROW_DATA"

See Also

Visual PRO/5 Grid Management Library

Alphabetical Listing of GML Procedures