Copy 1 line from a 2D array to a 1D one?

  • Thread starter Thread starter Tales Normando
  • Start date Start date
Hi,

I don't know of a built in .Net way of doing that. You could create a
function that takes 2 arrays and then loop through the first dimension of
the first array and copy it to the second array. Good luck! Ken.
 
Back
Top