for function
#2

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.
Reply


Messages In This Thread
for function - by mongi - 09.03.2016, 17:50
Re: for function - by CodeStyle175 - 09.03.2016, 18:40
Re: for function - by [XST]O_x - 09.03.2016, 19:13
Re: for function - by mongi - 10.03.2016, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)