The "sys_grid_delete" Function
#
SyntaxArgument | Type | Description |
---|---|---|
ds_grid | data structure | The data structure to remove row from |
row | integer | The index of the row to remove |
#
DescriptionRemoves a row from the specified ds_grid while preserving other data and returns the final grid.
Note that the final grid must be assigned to an external variable to prevent memory leaks! It is recommended to use the same variable as is assigned to the original input grid.
As this script is run automatically by other engine functions, it is almost never necessary to run sys_grid_delete
manually.