Hello, I am using Autoit v3.3.12.0 and my project is a Markov Chain calculation which involve millions calculations and several external program (one of them is Excel).
My program logic is like this:
for $i=1 to 400
for $j=1 to 420
<do my calculation>
next i,j
then la...