TableName.Output (Data Output to DataTable)

The TableName.Output syntax is used to determine if data was written to a specific DataTable the last time that the DataTable was called.

Syntax

TableName.Output(1,1)

Remarks

The name of the DataTable is entered in place of the TableName parameter. TableName is limited to 20 characters. TableName.Output = -1 (true) if data was written to the specified DataTable, and = 0 (false) if data was not written to the DataTable. Note that TableName.Output is set back to false when the table is called and output did not occur.

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