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\
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\