Jump to content

[C#] Sort Array

- - - - -

  • Please log in to reply
1 reply to this topic

#1
elibus99

elibus99

    Newbie

  • Members
  • Pip
  • 1 posts
Hi!

I write a application. I don't know how I do sort two-dimensional array? That is my array:
 dane[0,0] = "string";

 dane[0,1] = "string";

 dane[0,2] = "string";

 dane[0,3] = "string";

 dane[0,4] = "int";

 dane[0,5] = "string";

 dane[0,6] = "string";

 dane[0,7] = "string";

 dane[0,8] = "string";

 dane[0,9] = "int";


I would like sorting by 2 or 4 columns. In addition, I want to sort by 2 or 4 columns from the rear (for example, 10,5,3,2,1,0).

Thanks (sorry for my english).

#2
Sophex

Sophex

    Newbie

  • Members
  • Pip
  • 4 posts
How do I sort a two-dimensional array in C#? - Stack Overflow




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users