You should create a struct that maps your record layout and read and write using the struct.
typedef struct{
UInt16 myint1;
UInt16 myint2;
UInt16 myint3;
} myStruct;
-Dave
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
