SphereServer BugTracker - SphereServer
View Issue Details
0001787SphereServernew feature requestpublic30-07-10 15:5519-01-14 18:06
xantier 
Ben 
normalfeaturealways
resolvedfixed 
0.56c Nightly 
0.56c Nightly 
Not Available
None
None
0001787: Sorting for LISTs
Adding a sorting function for LISTs would be really good for numeric lists. Example :

list.xx.sort 0 - 1 (ascending - descending)

"40
50
600
950
1500
1600"




a function ;

[function f_find_closest_bb]
forinstances i_bulletin_board
list.bb.add <src.distance <uid>>
endfor

list.bb.sort 0

forinstances i_Bulletin_board
if (<src.distance <uid>>==<list.bb.0>)
return <uid>
endif
endfor
No tags attached.
Issue History
30-07-10 15:55xantierNew Issue
30-07-10 15:55xantierNightly Version => Not Available
30-07-10 15:55xantierExperimental Flags => None
30-07-10 15:55xantierOption Flags => None
11-06-11 08:50xantierNote Added: 0001106
12-06-11 04:45MrSugarCubeNightly VersionNot Available => Not Available
12-06-11 04:45MrSugarCubeSeveritymajor => feature
19-01-14 18:06BenNote Added: 0001926
19-01-14 18:06BenStatusnew => resolved
19-01-14 18:06BenFixed in Version => 0.56c Nightly
19-01-14 18:06BenResolutionopen => fixed
19-01-14 18:06BenAssigned To => Ben

Notes
(0001106)
xantier   
11-06-11 08:50   
anything new about this one ? it's about to be one year
(0001926)
Ben   
19-01-14 18:06   
some list ordering features are being added