Array question
AIman
Posts: 531
I am curious on what people think -
What is the easiest way to do a "dynamic" array with a Prop?
What is the easiest way to do a "dynamic" array with a Prop?
Comments
Really, it can't be very dynamic, since there is a absolute max to the memory you can use. One technique is to cheat, use a couple buffers in RAM, and page them out to SD. Set the SD partitions (not files, but close enough) to the largest they are ever going to be, and start filling them up. I think Four buffers of 1K in Hub memory is the most we've needed so far.