Project

General

Profile

$activecid » History » Version 5

Per Amundsen, 02/23/2023 04:18 PM

1 1 Per Amundsen
_Added in 1.9.2_
2 3 Per Amundsen
3
*$activecid*
4 2 Per Amundsen
5 1 Per Amundsen
Returns the server connection id for the current active window.
6 4 Per Amundsen
7 5 Per Amundsen
_See also [[$lactivecid]], [[$lactive]], [[$lactive]], [[on ACTIVE]]._
8 4 Per Amundsen
9
*Example*
10
11
<pre>
12
on *:ACTIVE:*:echo current active cid is $activecid last active cid was $lactivecid
13
</pre>