SAVE SCREEN$

BASin

SAVE SCREEN$

Statement/Command

SAVE SCREEN$ stores the screen display in a file. It can be loaded back into the computer at a later date using LOAD SCREEN$.

How to use SAVE SCREEN$

SAVE SCREEN$ may be used as a direct command or to form a statement in a program. SAVE is followed by a filename which is a string value, and then SCREEN$, for example

SAVE "picture" SCREEN$

The filename may have up to ten characters. The display is then sent to the file in the same way as a program is with SAVE.

Format

  • SAVE string-expre SCREEN$

See also

Chapter 20.