I am suggesting a proc for putting a list in alphabetical order. Objects would be ordered by their name. Numbers will go in numerical order.
var/samplelist = list("Stuff","More Stuff","Even more Stuff")
samplelist.Order()
samplelist = list("Even More Stuff","More Stuff","Stuff")
ID:94541
Apr 21 2010, 10:19 am
|
|||||||
Redundant
| |||||||
There are already algorithms u can make that to do this;
but still makes BYOND more easy. ^_^