gettableid()
Description
Given an sbm file and a table name, this function will return the table ID in the system tables for that table. If the table is not present it will return .nul and an error code in the error parameter.
Prototype
gettableid
(
type(db1base)
,
string sbmfile
,
integer tablename
)
error
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
sbmfile | None | type(db1base) | |
tablename | None | string | |
error | None | integer |