CurWindow: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (moved CURWINDOW to CurWindow over redirect)
No edit summary
Line 1: Line 1:
CURWINDOW ([window-number])  
CURWINDOW (<window-number>)  


The CURWINDOW internal function identifies the number of the window currently in focus '''if this window was open with the PARENT=NONE option'''. If a window number is given, then that window is given focus.
The CURWINDOW internal function identifies the number of the window currently in focus '''if this window was open with the PARENT=NONE option'''. If a window number is given, then that window is given focus.

Revision as of 20:10, 20 May 2014

CURWINDOW (<window-number>) 

The CURWINDOW internal function identifies the number of the window currently in focus if this window was open with the PARENT=NONE option. If a window number is given, then that window is given focus.

This is helpful when working with parent=none windows and F93.

Related Functions