= ADIR(aFiles, "*.DBF") && Get a list of DBFs
= ASORT(aFiles) && Put in name order
= ASORT(aFiles, 1, -1, 1) && Put in descending name order
= ASORT(aFiles, 2) && Put in size order
= ASORT(aFiles, 3, 3) && Put the first 3 rows in date order
= ASORT(aFiles, 18, 5) && Put the 4th through 8th rows
&& in date order