Hi!
I have the following type definition (attached image) which is a cluster that contains an array of booleans and an array of doubles. Currently each array contains 8 elements.
However i will have two cases:
In the first one I will need the 8 elements in each array. But in the second case I will need just 6 elements in each array.
Is there anyway to change this cluster dynamically so that it resizes to show 6 elements when I am in the second case?
Thanks in advance.