12-05-2005, 10:24 AM
Rule 13.5 also states \"when present the three expressions of a for statement shall be used only for these purposes.\"
It is therefore possible to have a loop counter that is initialised outside the loop. It is the intention that all for loops should have a loop counter.
It is therefore possible to have a loop counter that is initialised outside the loop. It is the intention that all for loops should have a loop counter.