there,
I use the following code to convert(? or should I call it reference?) a 2d array to a 1d array:
object[] newobj = (object[])obj;