Explanation
PCOPY Statement
Copies one video memory page to another.Worth knowing
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
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. |
PCOPY 1, 3
See also: | SCREEN | Screen Modes |