02-01-2006 07:52 AM
02-01-2006 08:05 AM
02-01-2006 08:42 AM - edited 02-01-2006 08:42 AM
With this method you WILL crash eventually. It is never good to constantly build an infinite array inside a while loop. What you need to do is use initialize array on the outside of the loop for each array. By doing this you allocate all the memory you will need, next use replace array subset to put values into the array
Message Edited by Jhoskins on 02-01-2006 09:43 AM
02-01-2006 11:05 AM
02-01-2006 11:30 AM
02-01-2006 12:00 PM
02-01-2006 12:27 PM - edited 02-01-2006 12:27 PM
Message Edited by fahlers on 02-01-2006 07:29 PM
02-01-2006 01:15 PM
02-01-2006 07:03 PM
02-02-2006 12:04 AM