That's what I was looking for.

Now, last part of problem.

Another file with all 16 byte records
1st 100 records are of type File_Def and remainder are of type Field_Def

File_Def data goes into array FileDef()
Field_Def data goes into array FieldDef()

How do we handle that without my conversion stuff.

Lee