SAVEBMP

Syntax:

SAVEBMP bmp$

Saves the current back buffer to the file bmp$. This command is thought for screenshots.

Sample:

PRINT “Hello World”, 100, 100
SAVEBMP “Test.bmp”