Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

PutScreen(Image[Index])

Transfers the saved image from an integer array stored with the GetScreen function to the screen buffer.

This method is 5 times faster than using the ExtPut function.

Parameters

Image[Index] - The integer array holding the screen buffer at the starting index.

Examples

BASIC

CALL PutScreen(Image%(0))

PASCAL

PutScreen(Image%[0]);