mgroen2
9 years agoSuper Contributor
Cant this be achieved by creating an interation in the script you want executed multiple times?
something like:
while testrun < 3 and error = 0
do things;
if error then error =1
testrun = testrun + 1\
Related Content
- 7 years ago
- 4 years ago
- 6 years ago
- 8 years ago