Removes a specified page from memory.
Syntax:RemovePage , pageRef
Parameters:pageRef – the page caption or index number
Examples:
RemovePage,QueryResults
This removes the page titled 'QueryResults' from memory.
Comments:
* caution * The page referenced is completely removed from memory and cannot be restored or references by following script commands. All remaining pages will be renumbered, so be sure your script references page captions instead of page numbers.
Use HidePage to simply hide a page from the user interface.
Use this command only if absolutely necessary, as it can be CPU-intensive.
|