Making an array of arrays

h4t:
No, because the inner arrays will be of different sizes. The code I posted is just an example, my actual code will have maybe a dozen different 'inner' arrays with about 90 or so entries in each one.

Ok, you are in the right way with your sample.
You can store array pointers in array, but you will no be able to get the array size back.