View Single Post
  #3 (permalink)  
Old 08-07-2007, 01:07 AM
Jack Jack is offline
Senior Member
 
Join Date: Jun 2007
Posts: 130
Jack is on a distinguished road
well you could always just do this in a simple for loop:
Code:
for (int i = 0; i < numEntered; i++) { //create an array }
Reply With Quote