You may be going about things the hard way. Keep in mind that one can view a Palm OS 'database' as a persisent indexed linked list.
So rather than using a list class and potentially filling up your heap, use a database! Roger Stringer Marietta Systems, Inc. ---------------------------------------------------------------------- >Subject: RE: Using MSL >From: Fergal Moran <[EMAIL PROTECTED]> >Date: Tue, 25 Jul 2000 15:22:11 +0100 ................. >It's not a matter of must use - it's just that I want to use a list class >and do not want to go to the hassle of writing my own linked list from >scratch - if anyone has any other suggestions or mature linked list template >classes they wouldn't mind releasing the source for I would be obliged. >Bear in mind also, that the application that I am writing is designed to be >the only one on the device - so bloating the prc a small bit would not >bother me that much as I am not competing with any other applications. >Regards, >Fergal. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
