for - doesn't itter last array element
#2

try this: skin_index <= sizeof(Skins)

There might be some delay in the loop, so that it is ended when skin_index is too high (skin = Skins[skin_index++]) without running printf("%d", skin); again.
Reply


Messages In This Thread
for - doesn't itter last array element - by ziomal432 - 31.08.2010, 17:40
Re: for - doesn't itter last array element - by Mauzen - 31.08.2010, 17:47
Re: for - doesn't itter last array element - by ziomal432 - 31.08.2010, 17:50
Re: for - doesn't itter last array element - by Mauzen - 31.08.2010, 17:51
Re: for - doesn't itter last array element - by ziomal432 - 31.08.2010, 17:53
Re: for - doesn't itter last array element - by ziomal432 - 31.08.2010, 17:57
Re: for - doesn't itter last array element - by Mauzen - 31.08.2010, 18:17

Forum Jump:


Users browsing this thread: 2 Guest(s)