It is actually a custom-made table which has 5 fields to each entry and possibly hundreds of such entries.

Could CArchive possibly help reduce a great deal of effort? All the entries are contained in a class called CFJTable which may perhaps be saved as one unit.

My other option is to save each field of each entry into the file, while introducing some character for separation between each field and each entry.

Thanks for replying, GCDEF.