09.03.2016, 18:40
you use 'for', for looping throw array or create some amount of elements.
for(new i; i < 100; i++) //it will loop to 99 and then it will stop. At same time, looping gives values to i like 1,2,3,4,5 etc.
for(new i; i < 100; i++) //it will loop to 99 and then it will stop. At same time, looping gives values to i like 1,2,3,4,5 etc.