Joining two arrays
To join two arrays, you can just append each element of the second array to the end of the first array like we did in the previous examples. You could do this by using the Append operation in the Data Association editor inside a loop that iterates over the elements in the second array. We will cover iterating over arrays shortly.