'for(new i..)' in another 'for' not working
#4

What others are trying to say is that, index starts from 0. So if you make an array with size of [9](as in your case), it will go from 0 to 9 spaces more that is, 8. To make it go upto 9, declare the array of size 10.
Reply


Messages In This Thread
'for(new i..)' in another 'for' not working - by Vennox - 18.06.2018, 23:43
Re: 'for(new i..)' in another 'for' not working - by Pottus - 19.06.2018, 00:00
Re: 'for(new i..)' in another 'for' not working - by Gammix - 19.06.2018, 00:00
Re: 'for(new i..)' in another 'for' not working - by GTLS - 19.06.2018, 06:25

Forum Jump:


Users browsing this thread: 1 Guest(s)