Thread
:
sorting by position
View Single Post
#
2
03-26-2008, 03:06 AM
dan12345
Member
Join Date: Jan 2008
Posts: 58
got it
found the solution...
list.sort(lambda x, y: cmp(x.getPosition()[1], y.getPosition()[1])
does the job!
thankz anyway
dan12345
View Public Profile
Find all posts by dan12345