Good Evening,
Consider the following code
The variable ($slen) gets incremented but the loop only runs 5 times, expected 7 times. Because the increment control variable can be modified I expected to be able to modify the loop exit variable. Can someone verify whether or not loop exit control can be modified?
kylomas
Consider the following code
[ autoit ]
The variable ($slen) gets incremented but the loop only runs 5 times, expected 7 times. Because the increment control variable can be modified I expected to be able to modify the loop exit variable. Can someone verify whether or not loop exit control can be modified?
kylomas