Why is i most used for for loops? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Why is i most used for for loops? (
/showthread.php?tid=440994)
Why is i most used for for loops? -
Dr.Einstein - 01.06.2013
Done programming for about 2 years... the most used variable in a loop is i. I just wonder what do you guys use? One reason why i may be used is because it stands for iteration. Any other reasons?
Re: Why is i most used for for loops? -
Potassium - 01.06.2013
http://stackoverflow.com/questions/4...d-for-counters
^_^