BaseTableIDs
Returns a list of all base table IDs in fileName.
Format
BaseTableIDs ( fileName )
Parameters
fileName
- the name of an open database file (local or remote).
Data type returned
text
Originated in version
20.1
Description
Each value is unique and identifies a base table. Also, the ID is independent of when you create each table: the first table could have the smallest, middle, or largest value.
Listed items are separated by carriage returns.
Example 1
BaseTableIDs ( "University Database" )
returns
129
130
for the University Database database file if two tables have been defined for the file.