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

 

 

[label]

STATERESTORE

{state}

 

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:

  1. 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.

  2. The characters and attributes are not affected by this instruction.

  3. All of the screen state information that was stored in {state} is made current.

 

 

See Also: STATESAVE, Interactive I/O Instructions

 



PL/B Language Reference SNDPLAY STATESAVE