I have a 1 dimensional array, and I need to add it as a new line to a 2D array, how do I do this?

I actually have many 1D arrays, but I need to make them 1 2D array. Then later pull them back out into 1D arrays.

How do I do this?