Monarch 9460 Programmer's Manual page 93

Adk printer
Hide thumbs Also See for 9460:
Table of Contents

Advertisement

R E S T O R E S C R E E N
Purpose
Re-displays a previously-saved screen.
Syntax
RESTORESCREEN
Process
The RESTORESCREEN command restores the contents of a previously saved
screen to the screen, overwriting the current screen's contents. The
SAVESCREEN command saved the original screen and stored it in the internal
screen buffer.
Example
This example restores contents of the original screen (containing "1234567890") to
the screen, overwriting the screen's current contents.
CLEAR DISPLAY
MOVE "1234567890", DISPLAY
SAVESCREEN
CLEAR DISPLAY
MOVE "0987654321", DISPLAY
RESTORESCREEN
See Also
SAVESCREEN
Command Reference 5-71

Advertisement

Table of Contents
loading

Table of Contents