SetStatusMessage 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">Lets you specify a message for display in the Client Status bar. </sp...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Lets you specify a message for display in the Client [[glance_at_status_area.html|Status bar]]. </span>
<span class="f_Para">Lets you specify a message for display in the Client [[Status bar|Status bar]]. </span>


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


<span class="f_Monospace">setStatusMessage</span><span class="f_MonoItal"> </span><span class="f_CodeExample">{</span><span class="f_MonoItal">&amp;var|&amp;&amp;function|const</span><span class="f_CodeExample">}</span>
<p class="syntax"><span class="f_Monospace">setStatusMessage</span><span class="f_MonoItal"> </span><span class="f_CodeExample">{</span><span class="term">&amp;var|&amp;&amp;function|const</span><span class="f_CodeExample">}</span></p>


<span class="f_Para">where: </span>
<span class="f_Para">where: </span>

Latest revision as of 18:39, 9 February 2023

Action:

Lets you specify a message for display in the Client Status bar.

Syntax:

setStatusMessage {&var|&&function|const}

where:

  • &var is a macro variable that may or may not already exist.
  • &&function is a macro function.
  • const is a character string, which does not have to be enclosed in quotes.

Examples:

setStatusMessage Nothing happening! 

set &msg = "Here's Johnny" 

setStatusMessage &msg 

Client menu: --
Introduced: Build 59