Was this helpful?
InsertRow
Insert into array.
Syntax
exec 4gl insertrow array (rownumber = integer);
array
Specifies the handle of the array
integer
Specifies the number of the row to be added
Description
The insertrow statement adds a new row, containing default data, to the array.
This is similar to the 4GL procedure ArrayInsertRow( ).
Last modified date: 01/30/2023