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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top