Hi,
When I run the “times” command loop, the internal variable {!Times} does not reset. With other words if I run a macro with a "times" command to loop 3 times the {!Times} variable gets assigned 1,2,3
When I run the same macro without closing the console a second time to loop 3 times
${!Times} variable gets assigned 4,5,6
That is not helpful when I use the ${!Times} variable as an index of something in the loop
also there is an error in the documentation:
https://ui.vision/rpa/docs/selenium-ide/times
-> echo This is loop number {!times} -> ( dollar sign is missing in front)
Thanks a lot.