Hi,
here you go (attached file). You have to remember, you're trying to add a single array to a 2D array. (If you try to do it with two 2D arrays it doesn't work - they'll concatenate.
I'd suggest avoiding the Subset array .vi for this application - use either the delete from array to remove the unwanted columns, or index array to build up a set of 1D arrays that you can build together and transpose.
Hope that helps
S.
// it takes almost no time to rate an answer