DROP Mnemonic - Drop Window
Syntax
'DROP'(int)
Description
The 'DROP' mnemonic removes the window defined by int from the window list. If the current window is dropped, display will resume with the next window down the list (same as the 'POP').
Parameter |
Description |
int |
Unit of measure. |
Int |
Window |
0 |
Not allowed and results in an !ERROR=13 (improper access). |
1 to 32767 |
Identifies the window to drop. Windows are numbered in the order they were created in. |