Data Sorting
#1
Posted 04 March 2007 - 04:20 AM
This definitely isn't the final version I will make. There's a few speed optimizations I think I can make (at the cost of making some behind-the-scenes code longer and uglier, but that won't affect you, the user, outside of the speed gain). I will also consider other miscellaneous suggestions here (consider doesn't necessarily mean implement).
Download
#2
Posted 06 March 2007 - 12:44 AM
Edited by JaketheSnake3636, 06 March 2007 - 12:44 AM.
#3
Posted 06 March 2007 - 10:56 AM
1. Soccer league table, sorting by points first and then goal difference?
2. Rally leaderboard, descending, can it sort by times or just real numbers?
3. Golf leaderboard, lowest score first (including negative values)
Thanks
DMEISTER
#4
Posted 06 March 2007 - 03:44 PM
#5
Posted 07 March 2007 - 08:34 AM
I got a ds list with instances in it and would like to sort using the depth.
Can you tell me how to set it up?
Edited by icuurd12b42, 07 March 2007 - 08:34 AM.
#6
Posted 07 March 2007 - 01:05 PM
Anyway, thanks for another great extension from you, Yourself. I'll very likely soon find a use for it.
Edited by Ansgar, 07 March 2007 - 04:03 PM.
#7
Posted 07 March 2007 - 01:43 PM
Cool stuff.
Edited by icuurd12b42, 07 March 2007 - 02:03 PM.
#8
Posted 21 March 2007 - 03:54 AM
#9
Posted 02 February 2012 - 09:27 PM
Update: Well if you go to Resources > Select Extension Packages > Select Data Sorting in Available Packages > Click on Help button then it works.
So made a little test .gmk in GM7 Pro and GM8.1 Standard:
-created a object with on Create a little script:
test[0]=3;
test[1]=2;
test[2]=4;
test[3]=1;
sort("test",3,comp_ascending,sort_bubble);but the sort function isn't recognized in both GM's?!
Edited by JanOonk, 02 February 2012 - 09:42 PM.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











