AFloriani
Industrial
- Jun 16, 2005
- 14
What I want is not a 2-D array, what I really need is an 1-D array of 1-D arrays. What's the difference. The one I need may store 1-D arrays of different lengths.
In other words, for trying to make this clear:
I need a variable that may store a dynamic number of 1-D arrays of different size.
How exactly can I create this?
I have tried using a cluster, but it seems that a cluster cannot be of dynamic size. Any suggestions?
In other words, for trying to make this clear:
I need a variable that may store a dynamic number of 1-D arrays of different size.
How exactly can I create this?
I have tried using a cluster, but it seems that a cluster cannot be of dynamic size. Any suggestions?