14.12.2013, 13:18
Hello, I've problems with trying to add more than 1 in loop.
that gives me Expression has no effect, as well as I don't want to add i++ ) +1 each loop;
silly me, should have used i = i+5;
Код:
for(new i = 15; i<200;i+5)
silly me, should have used i = i+5;