There are no APIs that work with the data inside a record. Its up to your app. If you wrote the code that wrote the record, then presumably you know and can control what's inside. Better yet, just parse the records byte by byte looking for the fields. You did get the number of bytes in the record, right?
----- Original Message ----- From: "Vitaly_Romanishko" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 1:48 PM Subject: Finding number of fields in a record > Hi, > > is there any way to find number of fields in a record? > I wrote a routine, readung field after field and returning > when '\0' encountered, but it's giving me wrong return. > Sometimes "UUUUUU", sometimes "yyyyyy" go after last field of the record. > Is there any rule in terms of what goes after last field? > > > Vitaly Romanishko > Software Developer > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
