Command Reference 5-71
RESTORESCREEN
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