ClearStatus command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
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 [[Status bar|Status bar]]. </span>
<span class="f_Para">Clears current message (error or informational), if any, from the Client [[Status bar|Status bar]]. </span>



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