|
Clears the contents of all but the current page from memory, but retains the page indexes.
Syntax:ClearOldPages
Parameters:
Examples:
AddData,BigPage
CombineSimilar,IndexColumn,Sum
ClearOldPages
This clears the contents of the BigPage from memory while retaining the page numbers. This is useful when the initial page may be very large and you want to free up memory after a new page has been created.
Comments:
* caution * The page contents are completely removed from memory and cannot be restored. Page numbers are not affected, but there are no contents in any of the previous pages.
Use HidePage to simply hide a page from the user interface.
Use this command only if absolutely necessary, as it can be CPU-intensive.
Change History
v4.1 - this is a new command
|