22. Using 3GL Procedures : Removerow
 
Share this page                  
Removerow
Remove from array.
Syntax
exec 4gl removerow array (rownumber = integer);
array
Specifies the handle of the array
integer
Specifies the row number of the record to be removed
Description
The removerow statement removes a row completely from an array.
This is similar to the 4GL procedure ArrayRemoveRow( ).