techGetOpenTechFiles
techGetOpenTechFiles(
)
=> l_techIDs / nil
Description
Returns a list of the database identifiers of the technology databases that are open.
Arguments
Value Returned
|
A list of database identifiers for the open technology databases. |
|
Example
techGetOpenTechFiles()
=> (db:0x025c001a db:0x025c001b db:0x025c001d db:0x025c0030)
Returns the database identifiers of all open technology databases.
Return to top