From WikiChip
mirc/identifiers/$lactive
< mirc‎ | identifiers
Revision as of 02:19, 24 June 2014 by Zmodem (talk | contribs) (Created $lactive identifier - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$lactive will return the full name of the last window that was active.

Synopsis

$lactive

Switches

None

Example

; Echo the value of $lactive to the active window
 
//echo -a $lactive
; Listen for an active window change, then 
; echo the last active window
 
ON *:ACTIVE:*:echo -a * Active window is now $active $+ . Previous active window was $lactive

Compatibility

Added: mIRC v5.9

Added On: 26/04/2001

See Also