Imacros migration for script SET !LOOP 1

imacros migration for script SET !LOOP 1

Reads the first line of text even though it’s not in the loop range set.

You pick 10-15 or whatever number and it still reads line 1 for the first loop

I have replied to your other post,.

iMacros only has the Loop button to repeat macros. Ui.Vision has such a button, too - but I rarely use it. The reason is because Ui.Vision has something much better: The times command.

Just add

  • times | 5000
  • your macro code that you want to repeat
  • end

to your macro. And if you need to use loop index value, it is in the ${!times} variable.