evilaro
2008-11-03 19:48:13 UTC
To all:
I have some very long loop processes on a aplication
which do their job, They take many hours
and since when restarted will do only what it is not
done, I would like to be able to stop it at anytime.
What would be best aproach on canceling a
loop?
for n=1 to 100000000000
? n
next n
Thanks
Emilio
I have some very long loop processes on a aplication
which do their job, They take many hours
and since when restarted will do only what it is not
done, I would like to be able to stop it at anytime.
What would be best aproach on canceling a
loop?
for n=1 to 100000000000
? n
next n
Thanks
Emilio