Hi,
I'm looking for a way to resize an array dynamically, or (even better) combine multiple arrays like so:
{array-1}
|
{array-2}
{array-2}
|
{array-3}
array-1 and array-3 are single-item, but all are arrays of a structure. Resizing would do, because I could define a small array and simply add cells each time I need to.
Any ideas?
I'm looking for a way to resize an array dynamically, or (even better) combine multiple arrays like so:
{array-1}
|
{array-2}
{array-2}
|
{array-3}
array-1 and array-3 are single-item, but all are arrays of a structure. Resizing would do, because I could define a small array and simply add cells each time I need to.
Any ideas?