in reply to Re: Merging Data into one array
in thread Merging Data into one array

This is an exceptionally fragile solution. It assumes not only that each array contains the same number of records, but that every related record is in the same place in each array.

Replies are listed 'Best First'.
Re^3: Merging Data into one array
by kcott (Archbishop) on Dec 03, 2015 at 16:50 UTC

    I make a point of clearly stating any assumptions I make. I have made no assumptions here.

    The OP wrote "I am trying to merge these two arrays ...". My solution merges the two arrays provided by the OP.

    — Ken