View Single Post
Join Date: Oct 2008
Posts: 118
Reputation: chococrack is on a distinguished road 
Solved Threads: 14
chococrack's Avatar
chococrack chococrack is offline Offline
Junior Poster

Re: Inserting a number to an array

 
0
  #10
Oct 16th, 2008
numbers[insertItem-1] = insertItem;

Does this mean if you insert, oh i dont know, "6432", it goes into numbers[6431]???

If it does I'd look at it again, because I don't think that's what you WANT it to do
Last edited by chococrack; Oct 16th, 2008 at 6:14 pm.
I would love to change the world, but they won't give me the source code
Reply With Quote