Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
End macro if window created
#1
Hi everyone,

I have a macro that basically just loops, but I'd like it to stop upon the creation of a certain window. I've tried modifying code I found here on the forum, but no luck at all Sad

Any help/tips/pointers would be great Smile

Thanks,
Tom.
#2
Macro Macro1619
Code:
Copy      Help
rep
,int w=win("Notepad" "Notepad")
,if(w) break
,out "macro"
,1


Forum Jump:


Users browsing this thread: 1 Guest(s)