[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
PAGECOPY()
Copies one screen page to another
------------------------------------------------------------------------------
Syntax
PAGECOPY(<nOriginalPage>, <nCopyPage>) --> lStatus
Arguments
<nOriginalPage> Designates the page from which you copy.
<nCopyPage> Designates the target page, the page to which you copy.
Returns
The function returns a value of .T. if the copy is successful.
Description
A complete screen page (<nOriginalPage>) can be moved to another screen
page (<nCopyPage>). With this function, the entire contents of the
screen memory can quickly be copied to another page, without the need
for additional working memory for a string.
Note
. To find the valid range of page numbers, use the MAXPAGE()
function.
Example
Copy screen page 0 to page 1:
? PAGECOPY(0, 1) // .T., if successful
See Also:
SETPAGE()
GETPAGE()
MAXPAGE()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson