From WikiChip
Difference between revisions of "mirc/identifiers/$active"
< mirc‎ | identifiers

m
(Example)
Line 9: Line 9:
 
== Example ==
 
== Example ==
 
'''Echo the value of $active to the active window'''
 
'''Echo the value of $active to the active window'''
<pre>//echo -a $active</pre>
+
<source lang="mIRC">//echo -a $active</source>
  
 
== See also ==
 
== See also ==

Revision as of 02:21, 24 June 2014

$active will return the full name of the currently active window.

Synopsis

$active

Switches

None

Example

Echo the value of $active to the active window

//echo -a $active

See also