LOADBMP

Syntax:

LOADBMP bmp$

Loads the file bmp$ and uses it as the background replacemant for the next SHOWSCREEN.

Sample:

LOADBMP “Image.bmp”
PRINT “Hello World”, 100, 100
SHOWSCREEN
MOUSEWAIT