The name says it all. This custom handler should be placed in a movie script so it can be used anywhere within your project.
on reverseSort (theList)
if not(listP(theList)) then return 0
theList.sort()
theCount = theList.count
newList = []
repeat with j = theCount down to 1
newList.add(theList[j])
end repeat
return newList
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA