&&isWatched: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Determines whether its argument is a variable that is currently specified in the </span><span class="...")
 
No edit summary
 
Line 3: Line 3:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Determines whether its argument is a variable that is currently specified in the </span><span class="f_GUIlabel">Watch Window.</span><span class="f_Para"> If it is, </span><span class="f_CodeExample"></span><span class="f_Para"> returns </span><span class="f_Monospace">1</span><span class="f_Para">; if not, it returns </span><span class="f_Monospace">0</span><span class="f_Para">. </span>
Determines whether its argument is a variable that is currently specified in the '''Watch Window'''. If it is, '''''&&isWatched''''' returns 1<; if not, it returns 0.  


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

Latest revision as of 15:38, 19 August 2022

Action:

Determines whether its argument is a variable that is currently specified in the Watch Window. If it is, &&isWatched returns 1<; if not, it returns 0.

Syntax:

&&isWatched(value

where value is a single- or double-quoted string, a numeric constant, or a macro variable.

Introduced: Build 58