chpicker
Programmer
- Apr 10, 2001
- 1,316
Is there a way to read binary file formats in VFP? For instance, I have a file that contains 8-Byte DOUBLEs. I need to read these in and store the numbers they represent in a table. For instance:
[tt]
82 03 5A BA 82 E6 57 C0 = -95.6017
9C F8 6A 47 71 B4 47 40 = 47.4097
[/tt]
Is there any way to do this in Fox?
Ian
[tt]
82 03 5A BA 82 E6 57 C0 = -95.6017
9C F8 6A 47 71 B4 47 40 = 47.4097
[/tt]
Is there any way to do this in Fox?
Ian