QMClearFile() |
|
|
The QMClose function closes a file. It is analogous to the QMBasic CLOSE statement.
Format
where
The QMClearFile function clears a file previously opened using QMOpen(). All data records are deleted.
Examples
The above program fragment opens the CLIENTS file and clears it.
|