Hi
Is it possible to swap Array Dimensions easily
lets say i have
Array(10,20)
can i make it
Array(20,10)
preserving the data
Is it possible to swap Array Dimensions easily
lets say i have
Array(10,20)
can i make it
Array(20,10)
preserving the data