I have tuples of type:alias Tuple!(float[][][string], "data", ulong[string], "nSegs") aveNSegsTuple;
I would like to append these tuples to a variantArray in a for loop, as more results come in.
Thank you in advance for any help!
I have tuples of type:alias Tuple!(float[][][string], "data", ulong[string], "nSegs") aveNSegsTuple;
I would like to append these tuples to a variantArray in a for loop, as more results come in.
Thank you in advance for any help!