How Can We Help?
WINDOW SET CURRENT
Makes an open window the current window.
Syntax
WINDOW SET [NOT] CURRENT [window]
Parameters
NOT | Places window at the bottom of the currency stack. |
window | The name of an open window. Can be a window object name, or (expr), where expr is a character string, or an expression that evaluates to a character string, that is to be used at run time as a window object name. The parentheses must be entered. |
Comments
Before you can use this command, the target window must be open (WINDOW OPEN command), though it need not be active (WINDOW ACTIVATE command). The target window becomes the current window, unless NOT is specified. If NOT is specified, the target window is moved to the bottom of the “stack” of OPEN windows.
See Also