06-27-2006 05:17 PM
06-27-2006 05:19 PM
The thing I usually do in this scenario is create an array of clusters of arrays. Then you can add to this array however many other separate arrays you want (with each separate array wrapped with a cluster), and the arrays can be of different sizes.
Let me know if you need more details...I've posted recently in another thread regarding this technique.
-D