&&isWatched: Difference between revisions
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%"| | ||
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 |