STATESIZE


8.1

 

The STATESIZE instruction returns the size of the variable required for a STATESAVE instruction. The instruction uses the following format:

 

 

[label]

STATESIZE

{size}

 

Where:

label

Optional. A Program Execution Label.

size

Required. A previously defined Numeric Variable in which the variable size is stored.

Flags Affected: NONE

Note the following:

  1. The {size} variable is updated to reflect the number of bytes needed to store the screen state information.

 

 

See Also: STATESAVE, Interactive I/O Instructions

 



PL/B Language Reference STATESAVE WINERASE