Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>pagecopy()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson