Language Reference Guide : Statements : EXEC 4GL Statements for 3GL : Removerow Statement
 
Share this page          
Removerow Statement
This statement removes rows from an array.
This statement has the following syntax:
exec 4gl removerow array (rownumber = integer);
The removerow statement removes a row completely from an array.
This statement is similar to the RemoveRow Method for the ArrayObject class.
This statement has the following parameters:
array
Specifies the handle of the array
integer
Specifies the row number of the to be removed