I'm trying to extract data from a file generated by an old Turbo
Pascal program. (Not sure which version exactly)..
Using a hex editor, I have determined that the dates are 2 bytes in
length.. Some examples are:
EA40 = 59968 = 7/1/06
EB40 = 60224 = 7/2/06
5E41 = 24129 = 10/25/06
7241 = 29429 = 11/14/06
I cannot determine how the dates are encoded.. Any suggestions?