WINSIZE


8.1

 

The WINSIZE instruction returns the size of the variable required for a WINSAVE instruction. The instruction uses the following format:

 

 

[label]

WINSIZE

{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 image characters and attributes of the current subwindow.

 

 

See Also: WINSAVE, Interactive I/O Instructions

 



PL/B Language Reference WINSHOW