The "sys_grid_last" Function
#
SyntaxArgument | Type | Description |
---|---|---|
ds_grid | data structure | The data structure to check |
#
DescriptionReturns the last available index in the input ds_grid, or 'undefined' if the grid does not exist or is empty.
As this script is run automatically by other engine functions, it is almost never necessary to run sys_grid_last
manually.