mIRC Homepage
Posted By: sparta if created - 04/06/07 08:49 PM
To check if a dialog is created you can use:

if (!$dialog(dialog)) { do stuff }

any command to do the same check on a @window ?
Posted By: starbucks_mafia Re: if created - 04/06/07 08:53 PM
Code:
if (!$window(@window)) { do stuff }
Posted By: sparta Re: if created - 04/06/07 08:56 PM
ty, tryed that, but wasnt shure it worked as it should wink
Posted By: hixxy Re: if created - 04/06/07 08:58 PM
You could've checked /help $window
© mIRC Discussion Forums