For example:
numbers[] goodNumbers = new numbers [3];
can I put something like in the loop:
numbers[] goodNumbers + x = new numbers [3]; x++;
Then whenever i get something that meets criteria, I could use the goodNumbers + x.add(1) , goodNumbers + x.add(2) , goodNumbers + x.add(3)
This post has been edited by codecook: 20 July 2011 - 01:10 PM

New Topic/Question
Reply



MultiQuote








|