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).


Sign In
Create Account

Back to top









