tableNum Function

Converts to the numeric equivalent (the table ID) for the specified table.


int tableNum(int table)

Parameter

Description

table

tbd

The following example sets i to 77 which is the ID of the table CustTable.

int i;
;
i = tableNum(CustTable);

Community Additions

ADD
Show: