WINSIZE
8.1
The WINSIZE instruction returns the size of the variable required for a WINSAVE instruction. The instruction uses the following format:
|
|
|
|
|
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:
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
![]() |