mDPSClrDocument
Clears the contents of a file associated with a Zim document.
Syntax
mDPSClrDocument ( in vlDocName )
Parameters
vlDocName | Evaluates to the name of the document to be cleared. |
Comments
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.
Example
To clear the contents of a document called MyData, enter
mDPSClrDocument (“MyData”)