In reply to dave_59:
In reply to verif_learner:
You can use Q2 = Q1; it will construct and copy the aggragate array.
Q2 may have data already. So Q2 = Q1 will overwrite existing entries.
Anyway to append other than doing it procedurally in a loop?