Was this helpful?
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( ).
Last modified date: 12/14/2023