Hi,
I got a simple code like
sysruns = Optimize("runs",1,1,4,1);
//code again
then
Buy = functionA(sysruns);
In functionA I write the value of syruns in a specific file. What I
have noticed is that I get 3 times 1 and then rest all the values once.
I dont know the reason for this.
Anybody got any clue.