When I do a long calculation is there a possibility to interrupt this
calculation properly?
For i as integer = 1 to 100000000
do something
next
and retrieve the i at the moment of the interrupting
Thanks for any response
calculation properly?
For i as integer = 1 to 100000000
do something
next
and retrieve the i at the moment of the interrupting
Thanks for any response
Comment