i want to store numbers in a grid. thats not the problem...i need to be able to store a variable amount of numbers at each location...orig inally i set up an int[][][] but the inflexibility of the array made some problems for me...what i need is something like this: int[][]() the ()being an arraylist or something of that nature. Something about this confuses me...is there a way to do that?
thanks
thanks
Comment