Difference between revisions of "SysMsg"
From Wiki
m |
Panther.sn (Talk | contribs) |
||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
{{ro}} | {{ro}} | ||
+ | |||
+ | The [[Var_sysMsg|#sysMsg]] system variable determines the current system message. | ||
+ | |||
+ | |||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
− | + | ... | |
+ | if something in #sysMsg | ||
+ | gosub dosomething | ||
+ | ..... | ||
</pre> | </pre> | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | Width=200px | | + | | Width=200px | [[Var_sysMsgCol|#sysMsgCol]] |
|} | |} | ||
---- | ---- |
Revision as of 22:30, 15 August 2005
#sysMsg
Extended System Variables
Description
⇒
The #sysMsg system variable determines the current system message.
Example
... if something in #sysMsg gosub dosomething .....
See Also
#sysMsgCol |
Main_Page | Documentation | Extended System Variables |