Repeat Action is limited to 9999?

Hello,

Is Repeat Action limited to 9999? I cannot input or increase any higher than that.

Thanks,
Chris

Type some text such as "a" into the box (i.e. not digits) and the box will open up horizontally allowing you to replace the text with a number higher then 9999

Or set a variable to the number of repeats you want and use that variable in the box.

But if you need to repeat something more than 9999 times maybe there is a better way to do that with a loop that repeats until a certain condition is met?

4 Likes

Hi @Zabobon,

That's a neat trick. Thanks!

I was testing a macro to see if I could generate a lot of IDs x (Repeat) times to a file. Just to see that it was possible and approximately how long it would take before implementing a real loop condition.

Chris

1 Like