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

m (Example)
m
Line 1: Line 1:
 
'''$active''' will return the full name of the currently active window.
 
'''$active''' will return the full name of the currently active window.
  
= Synopsis =
+
== Synopsis ==
 
<pre>$active</pre>
 
<pre>$active</pre>
  
= Switches =
+
== Switches ==
 
None
 
None
  
= 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>
 
<pre>//echo -a $active</pre>
  
= See also =
+
== See also ==
 
* [[$cid identifier - mIRC|$cid]]
 
* [[$cid identifier - mIRC|$cid]]
 
* [[$scid identifier - mIRC|$scid]]
 
* [[$scid identifier - mIRC|$scid]]

Revision as of 15:31, 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