WINRESTORE
8.0.4, ANSI
The WINRESTORE instruction (which may be abbreviated as WINREST) restores the character and attribute contents of a screen window. The instruction uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
window
Required. A previously defined Character String Variable from which the screen window information is restored.
Flags Affected: NONE
Note the following:
If {window} contains fewer characters and attributes than fit in the current subwindow, no change is made to the remaining characters or attributes of the subwindow.
If {window} contains more characters and attributes than fit in the current subwindow, only those that fit are displayed.
The information is displayed in row major order.
The cursor position is set to the home position of the subwindow.
If {window} logical length is invalid an E06 error is generated.
See Also: WINSAVE, Interactive I/O Instructions
![]() |