On Tue, 5 Mar 2002, c.d. jansen wrote: > I have no idea how to use DmQuickSort.
Where's the source of your confusion? You create a function to compare 2 records given their pointers (the prototype and expected return value of this function are in the Palm OS Reference and linked to from the docs for DmQuickSort), and you pass the pointer to that function to DmQuickSort along with a DmOpenRef for the database you want to sort. Presto! Sorted database. ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator Seleznick's Theory of Holistic Medicine: Ice Cream cures all ills. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
