TblGetItemPtr(tableP, row, column) is implemented in PalmOS 3.5 and higher. To quote from the 4.0 documentation, "In earlier versions you can implement this function using the following code: return tableP->items[row * tableP->numColumns + column].ptr;"
-bob mckenzie, palm pdx -----Original Message----- From: amit tipnis [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 2:28 PM To: Palm Developer Forum Subject: Reading From Tables Hi Robert, Thanks for the quick response and the tip. But you know, the first thing that I had tried was TblGetItemPtr ( ), and the SDK tells me that this version of the SDK does not have this function. It does not give me any problems while compiling, but during run time the program crashes at the point of TblGetItemPtr. As a result of this I had to go for this round the world approach. I am using CodeWarrior Version 8.0. I know that I have the latest version. I will still try to probe more into it. Thanks once again, Regards, Amit R. Tipnis ===== " TOUGH TIMES DO NOT LAST LONG BUT TOUGH PEOPLE DO " __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
