Repeat loop within repeat loop

User-to-User discussion about Macro Recorder programming.
Post Reply
Aphyria
Posts: 1
Joined: 26 Nov 22, 14:40

Repeat loop within repeat loop

Post by Aphyria » 26 Nov 22, 14:52

Hello,

I'm having issues with executing a repeat loop within a repeat loop. The sequence can be simplified to the following:

-Entry 1 with repeat label "Loop"
-Entries 1-10 desired loop
-Entry 11 Repeat from "Loop" for 5 seconds, then go to next
-Entry 12 Left mouse click
-Entry 13 Repeat from "Loop" 8 times, then go to next
-Other entries

From this code, I would have expected it to run the loop through for 8*5s with a mouse click occurring every 5s. Instead, upon reaching entry 13 for the first time it will ignore entry 11. Works just fine for repetitions, but if the first loop is time-dependent, it skips it for some reason.

Technical Support
Posts: 3552
Joined: 10 Feb 06, 22:23

Post by Technical Support » 01 Dec 22, 11:54

It seems like there is indeed a problem with time-dependent repetitions. We will provide a fix in the next update.

Technical Support
Posts: 3552
Joined: 10 Feb 06, 22:23

Post by Technical Support » 01 Dec 22, 15:59

We have just released an update that should resolve the problem:
https://www.macrorecorder.com/download/

Post Reply