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
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<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:'''  

Revision as of 03:53, 29 November 2022

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