fudadmin Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
Ultimate Contributor Administrator
forlano wrote on Tue, 04 April 2006 17:50
In the ArrCtrl documentation there are many Sort methods with obscure (for me) syntax.
I can avoid all of them with the following approach:
1) get the record from the array
2) sort them
3) clear the array
4) put the sorted record in the array.
But I am sure there is shortcut for it thought for lazy man. Just I would like to click on the header of the array and it show the new order. Is there somebody (I know who ) that can show one minimalist example?
Thank you,
Luigi
You are not lazy enough once again! 4 Operations!!! and so difficult?! You must avoid such thinking with Ultimate++...
Why not to start with easy things:
arr.Sort(int_col);
P.S. Sorry for the delay - I didn't want you to die so soon..