jik
Knight

I have to admit, I really hate the lack of proper loop structures in the MS...
There are instances where you need to loop a specific number of times, but the counter for the loop (try_for_range,":counter",1,10) is only there to count the iterations. So when I compile I get the silly error that the var is not used. Well yes it is. It is incremented 9 times in my loop. Does any one know a way to trick the system into not giving silly errors like this? Anyone know how to structure a proper do...while loop with MS?
does this drive anyone else crazy

There are instances where you need to loop a specific number of times, but the counter for the loop (try_for_range,":counter",1,10) is only there to count the iterations. So when I compile I get the silly error that the var is not used. Well yes it is. It is incremented 9 times in my loop. Does any one know a way to trick the system into not giving silly errors like this? Anyone know how to structure a proper do...while loop with MS?