&&windowStatus: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns </span><span class="f_Monospace">1</span><span class="f_Para"> if the named window is open...")
 
No edit summary
 
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Returns </span><span class="f_Monospace">1</span><span class="f_Para"> if the named window is [[open_external_window.html|open]], </span><span class="f_Monospace">0</span><span class="f_Para"> otherwise. </span>
Returns 1 if the named window is [[open_external_window.html|open]], 0 otherwise.  


'''Syntax:'''  
'''Syntax:'''  

Latest revision as of 17:31, 24 August 2022

Action:

Returns 1 if the named window is open, 0 otherwise.

Syntax:

&&windowStatus(windowName

where windowName is a single- or double-quoted string, a numeric constant, or a macro variable that identifies a Client window. windowName may be specified without regard for character case.

Introduced: Build 58