Command Reference 5-75
SAVESCREEN
Purpose Saves the contents of the current screen.
Syntax SAVESCREEN
Process The SAVESCREEN command moves the contents of the current screen to the
internal screen buffer. The RESTORESCREEN command re-displays the saved
screen.
NOTE: The internal screen buffer is cleared (and therefore the screen is lost) when the
READY prompt appears, you calibrate the printer, or the application ends.
Example
This example displays “1234567890” on the screen and saves it.
CLEAR DISPLAY
MOVE “1234567890”, DISPLAY
SAVESCREEN
See Also
RESTORESCREEN