Msg$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
The '''Msg$''' [[internal function]] displays information in the second box of the [[command console]].
The '''Msg$''' [[internal function]] displays information in the second box of the [[command console]].


  Msg$("text here")
  Msg$("<text>")


====See also====
====See also====
execute "Config Status Off Message Text"  as discussed in [[Seldom Ask Questions]].


Please note this Msg$ internal function is similar only in name to the [[Msg]] internal function
Execute "Config Status Off Message Text"  as discussed in [[Seldom Asked Questions]].
 
Please note this Msg$ internal function is similar only in name to the [[Msg]] internal function. There are no other similarities.


<noinclude>
<noinclude>

Latest revision as of 00:37, 22 May 2014

The Msg$ internal function displays information in the second box of the command console.

Msg$("<text>")

See also

Execute "Config Status Off Message Text" as discussed in Seldom Asked Questions.

Please note this Msg$ internal function is similar only in name to the Msg internal function. There are no other similarities.