Difference between revisions of "$activecid"

From Scriptwiki
Jump to: navigation, search
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Returns the connection id of the currently active window.
 
Returns the connection id of the currently active window.
 
  $activecid
 
  $activecid
 
  
 
== See Also ==
 
== See Also ==
To get the connection if of the last active window, look at [[$lactivecid]].
+
* [[$lactivecid]] to get the connection of the last active window.
 
+
* [[On_active|On active event]] to react on windows changes.
To react on windows changes, look at the [[On_active|On active event]].
 
  
 
[[Category:Multi-server]]
 
[[Category:Multi-server]]
 +
[[Category:Identifiers]]

Latest revision as of 01:16, 3 February 2011

Returns the connection id of the currently active window.

$activecid

See Also