Short: Procedures for sorting arrays and lists in a totally flexible and general manner Author: dave@blitz-2000.co.uk (David 'tinman' McMinn) Version: 1.1 Some procedures which allow you to sort arrays and lists in a very generic and flexible manner (similar to the C standard library qsort() for those interested). You can sort parts of arrays/lists, using different methods, and can even sort structured items on any field. If you want similar functionality but more speed then better use Horst Schaeffer's sort routines.