I created a simple macro loop, timers stop working properly.

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
Superjuk
Newbie
Posts: 1
Joined: Tue Jul 05, 2022 11:12 am

I created a simple macro loop, timers stop working properly.

Post by Superjuk » Tue Jul 05, 2022 11:15 am

I have a 50 action script, ending with a "go to" to the start. Everything works perfectly the first time around but then timeouts and counts like "Searching text" and "Repeat" functions just start acting as if they have different settings - Repeats start counting from 200 actions, Search for text waits 200 seconds etc.

Tried googling but found nothing useful.

User avatar
Dorian (MJT support)
Automation Wizard
Posts: 1348
Joined: Sun Nov 03, 2002 3:19 am
Contact:

Re: I created a simple macro loop, timers stop working properly.

Post by Dorian (MJT support) » Tue Jul 05, 2022 12:23 pm

Using the debugger will help you see where it may be branching where you don't want/expect it to, or see any unexpected variable values. Those would be the first places to look. It sounds like something somewhere may be setting a variable to 200, which I'm guessing that isn't what you want. So keep that in mind.

Feel free to post the script here if you'd like any of us to have a look at it.
Yes, we have a Custom Scripting Service. Message me or go here

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts