Ok to try and explaing a little differently, if I have a 2d array such as

1,1,1,1
2,2,2,2
3,3,3,3
4,4,4,4
How can I get the 1D array '2,2,2,2'

Thanks