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

(Created $lactive identifier - mIRC)
(No difference)

Revision as of 02:19, 24 June 2014

$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