|
Bloodsong Termagant
Manic Artist
Join date: 22 Jan 2007
Posts: 615
|
01-21-2009 06:07
heyas;
i have a strided list and i want to alphabetize the pieces by the first stride names. is there an easy way to do that?
_____________________
Why Johnny Can't Rotate: http://forums.secondlife.com/showthread.php?t=94705
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
01-21-2009 10:29
I think 'llListSort(myList, nStrides, TRUE)' should do it, though I'm not sure how it handles case so you MIGHT need to create an additional stride at the beginning with llToLower() versions of the strings or something if it doesn't perform how you want it to.
|