Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
SYNTAX:
 
xpfCreateInstanceTable (options            : INTEGER)                         instanceTableIndex : INTEGER;
To be completed.
The xpfCreateInstanceTable function initiates an instanceTable and return an integer number that is the identifier of the created and initialized instanceTable.
There is a limited number of available instanceTables in the system. This function will fail, i.e. return edmiINDETERMINATE when there is no free entries in the EDMinstanceTable. Currently there are no defined options. I.e., the <options> argument should be 0 or ? (edmiINDETERMINATE).

  • No labels