Command RESTORE SCREEN Foundation
Redisplays previously saved screen contents.
RESTORE SCREEN [FROM <cScreen>]
The command RESTORE SCREEN redisplays a complete screen previously saved using the command SAVE SCREEN. Both commands exist only for compatibility reasons. The function RestScreen() should be used instead of RESTORE SCREEN. Instead of SAVE SCREEN, the function SaveScreen() should be used.
The option FROM specifies a memory variable containing the character string representing the screen contents. If FROM is not specified, the command RESTORE SCREEN restores the screen from the internal screen buffer previously saved with SAVE SCREEN.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.