AddWatch command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_GUIlabel">Adds to the Watch Window</span><span class="f_Para"> the item...")
 
No edit summary
Line 1: Line 1:
__TOC__
__TOC__
{|
{|
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_GUIlabel">[[add_item_to_watch_window.html|Adds to the Watch Window]]</span><span class="f_Para"> the item currently specified in the [[entity-name_input.html|Entity name input box]]</span><span class="f_GUIlabel">.</span><span class="f_Para"> </span>
<span class="f_GUIlabel">[[add_item_to_watch_window.html|Adds to the Watch Window]]</span><span class="f_Para"> the item currently specified in the [[Entity name input box]]</span><span class="f_GUIlabel">.</span><span class="f_Para"> </span>


'''Syntax:'''  
'''Syntax:'''  
Line 10: Line 9:
<p class="syntax">addWatch [</span><span class="f_MonoItalTable">item</span><span class="f_CodeExample">] </p>
<p class="syntax">addWatch [</span><span class="f_MonoItalTable">item</span><span class="f_CodeExample">] </p>


<span class="f_Para">where </span><span class="f_EmphItal">item</span><span class="f_Para"> is the name of the item to be added (one of </span><span class="f_GUIlabel">[[watching_variables.html#watchable_items|these]]</span><span class="f_Para">). In a macro, this argument is required. </span>
where '''''item''''' is the name of the item to be added (one of [[Watching program data items|these]]). In a macro, this argument is required.
|-
|-
| '''Client menu:'''  
| '''Client menu:'''  
Line 19: Line 18:
|}
|}


</div>
<span class="f_EndTopic"> </span>
<span class="f_EndTopic"> </span>

Revision as of 20:09, 16 May 2022

Action:

Adds to the Watch Window the item currently specified in the Entity name input box.

Syntax:

addWatch [item

where item is the name of the item to be added (one of these). In a macro, this argument is required.

Client menu: Data Display > Add Watch
Introduced: Build 26