How to put in enum number of arrays + strings?
#4

for(new i = 0; i != 6; i++) ... this will loop 6x
for(new i = 0; i != 5; i++) ... this will loop 5x

If you have 6 starts then you should loop 6x and not 5.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)