Clears the contents of a file associated with a Zim document.
mDPSClrDocument ( in vlDocName )
| vlDocName | Evaluates to the name of the document to be cleared. |
mDPSClrDocument deletes the contents of the file associated with a document. The vlDocName parameter can be an expression. Its value must be the name of an existing document defined in a currently accessed directory. mDPSClrDocument is not compiled.
To clear the contents of a document called MyData, enter
mDPSClrDocument ("MyData")