> -----Original Message----- > From: R�gis Daniel de Oliveira [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 2:06 PM > To: Palm Developer Forum > Subject: Structs And PDB Generated by PalmDB.dll > > The database contain recs that have 3 Char variable lenght > fields. This the code, that works very well when is used > with recs that is created by the device (using DmWrite). > > typedef struct { > Char Text1[6]; > Chat Text2[15]; > Char Text3[20]; > } StructTest
What do you mean by "variable length"? I think that, to most people, the above shows three *fixed* length fields. -- Keith -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
