AOT get all the tables

A method, using extended type tableName.
The second method using the function PickTable (), refer to the following Job (direct operation).
static void GetSelectedTable(Args _args)
{
tableID of;
;
a = pickTable();
print 'Table ID is:'+int2str(a);
print 'Table Name is:'+tableID2Name(a);
pause;
}

Guess you like

Origin www.cnblogs.com/xtwkh1973/p/10993101.html