mIRC Home    About    Download    Register    News    Help

Print Thread
#133597 22/10/05 10:21 PM
Joined: Oct 2005
Posts: 2
V
v0dka Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
V
Joined: Oct 2005
Posts: 2
how can i check in a script whether a certain @window is open or not?
i'd be grateful for any help you can provide wink

#133598 22/10/05 10:22 PM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
$window(@name) would be non-null

Code:
if ($window(@name)) {

#133599 22/10/05 10:24 PM
Joined: Oct 2005
Posts: 2
V
v0dka Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
V
Joined: Oct 2005
Posts: 2
big thanks smile


Link Copied to Clipboard