Was this helpful?
Setrow Deleted
Set deleted in array.
Syntax
exec 4gl setrow deleted array (rownumber = integer)
array
Specifies the handle of the array
integer
Specifies the number of the row to be deleted
Description
The setrow deleted statement makes a non-deleted array row into a deleted array row.
This is similar to the 4GL procedure ArrayDeleteRow( ).
Last modified date: 12/14/2023