How can we get 1st index elements of each array in different new array

How can we get 1st index elements of each array in different new array. Like
{2,13,65}
{7,15,45}
{14,3,56}

So output of 1st elements should be {2,7,14}
And for 2nd and 3rd {13,15,3}
{65,45,56}

  Discussion posts and replies are publicly visible

Parents Reply Children