> The pdb has records with variable lengths.

This is normal

struct mystruct {
    char name[20];
    char code[30];
};

You would normally not use fixed length strings like that. The source code for the address book app (as just one example) shows how to deal with that, as do all the examples in books etc


Cheers,
Jim Cooper

_____________________________________________

Jim Cooper    [EMAIL PROTECTED]
              Skype : jim.cooper
              Singapore mobile: +65 9345 0024
Tabdee Ltd    http://www.tabdee.ltd.uk

TurboSync - Connecting Delphi to your Palm
_____________________________________________

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to