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

(Created $active identifier - mIRC)
 
m (Example)
Line 8: Line 8:
  
 
= Example =
 
= Example =
'''Echo $active to the active window'''
+
'''Echo the value of $active to the active window'''
 
<pre>//echo -a $active</pre>
 
<pre>//echo -a $active</pre>
  

Revision as of 01:17, 23 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