STATERESTORE
8.0.4, ANSI
The STATERESTORE instruction (which may be abbreviated as STATEREST) restores the state of a screen. The instruction uses the following formats
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
state
Required. A previously defined Character String Variable that restore the screen state information.
Flags Affected: NONE
Note the following:
If {state} does not contain the exact amount of information for the state information, no change is made and an E06 error is generated. This error is not trappable.
The characters and attributes are not affected by this instruction.
All of the screen state information that was stored in {state} is made current.
See Also: STATESAVE, Interactive I/O Instructions
![]() |