Arbortext Command Language > Functions by Alphabetical Listing > doc_clear
  
doc_clear
doc_clear (doc)
This function removes all the content from the document identified by doc leaving an empty document. It does not remove any entity declarations.
The operation cannot be undone.
* 
The doc_clear function does not prompt the user about saving changes. This function is primarily intended for manipulating temporary documents not opened by the user.
Related Topics
doc_close function
doc_save function