TableName.TableSize (Size Allocated for DataTable)

The TableName.TableSize syntax is used to return the number of records that have been allocated in the program for a DataTable.

Syntax

TableName.TableSize(1,1)

Remarks

The name of the DataTable is entered in place of the TableName parameter. TableName is limited to 20 characters. The size, in records, of the DataTable defined by the TableName parameter is returned.

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