ClearStatus command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Clears current message (error or informational), if any, from the Client glance_at_status_area.htm...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Clears current message (error or informational), if any, from the Client [[glance_at_status_area.html|Status bar]]. </span>
<span class="f_Para">Clears current message (error or informational), if any, from the Client [[Status bar|Status bar]]. </span>


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

Latest revision as of 00:52, 26 January 2023

Action:

Clears current message (error or informational), if any, from the Client Status bar.

Syntax:

clearStatus 

This command be useful to reduce confusion when developing macros: at the start of the macro, you can clear any earlier messages, so you will know that any subsequent messages are from the macro under development.

Client menu: --
Introduced: Build 58