09-03-2013 03:49 AM - edited 09-03-2013 03:49 AM
Hi
I have a CONSTANT number of buckets. Each of them has to take a VARIOUS number of data series. The data series have one VARIOUS length per bucket. I'd like to index the buckets like an array to loop over them.
So basically I need something like a multidimensional array with constant first dimension (bucket index), but dynamic second (data series index within bucket) and third (data point index within data series) dimension. What's the best way to do so?
I should also remark that data series can get really big.
Thanks in advance and best regards,
Michael
09-03-2013 04:39 AM - edited 09-03-2013 04:39 AM