TableName.EventEnd (End Data Table Storage Event)

The TableName.EventEnd syntax is used to determine when a data storage event ends for a DataTable.

Syntax

TableName.EventEnd(1,1)

Remarks

TableName.EventEnd can only be used for a DataTable that uses the DataEvent instruction. The name of the event-driven table is inserted in place of TableName. TableName is limited to 20 characters. TableName.EventEnd = -1 (true) during a scan when the last record of the data storage event occurs and = 0 (false) during all other scans.

For additional data table access functionality, see Data Table Access.