QMOpen() |
![]() ![]() ![]() |
The QMOpen() function opens a file.
Format
where
The QMOpen() function opens a QM database file. The returned integer value is the file number which must be used in all subsequent operations against this file. If the file cannot be opened, the function returns zero. The QMStatus() function can be used to retrieve the error cause.
To open a dictionary, the FileName argument should commence with "DICT" and a single space separating this prefix from the file name, for example:
DictNo = QMOpen("DICT READERS")
There is no practical limit to the number of files that can be open at one time. |