qbasic.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PCOPY Statement
  Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Copies one video memory page to another.
 
PCOPY sourcepage%,destinationpage%
 
    ■ sourcepage%         The number of a video memory page to copy.
    ■ destinationpage%    The number of the video memory page to copy to.
 
    ■ The value that identifies the video page is determined by the size
      of video memory and the current screen mode.
 
Example:
    PCOPY 1, 3
 
See Also    SCREEN    Screen Modes