GML::SERIES - Fill Grid Cells with Numbers Based on Row and Column Location
Syntax
CALL "GML::SERIES"
Description
This procedure fills grid cells with numbers in a series that correspond to the sequence of the cell based on its row and column location. This procedure is normally used during application development.
Options
Setting GML_TPL.OPTION% to 1 prior to executing the SERIES procedure will fill all members of the grid set with the series of numbers.
Example 1
2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"
2420 CALL "GML::SERIES"
Example 2
2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"
2420 GML_TPL.OPTION%=1
2430 CALL "GML::SERIES"