> Finally, if you really need to sort them at runtime, I (or 
> someone else on
> the list) can dig up a fast sort algorithm in a minute . . .

Or use one of the sort methods from the java.util package
in 1.2...or store the stuff in a sortable class. Great
stuff in there. Try a TreeMap or TreeSet, for example.

Robert

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to