Hi
Well my problem is that I have a binary file.....
It has been created using Qbasic in 1983 or so
I know how the data has been allocated to form the file...I mean I know what datafield is going into it and takes how many bytes....but my problem is extraction of the fields using VB...
I have extracted all the strings within the file...and also integers....but the real problem is with real numbers or numbers having decimals....each such number takes 4 bytes...but the thing is that i do not know what data type has been used to store these real numbers....
i tried single double etc but cant get the original values...
are there any functions to convert byte data to numbers or sthg...
please let me know...
this is very important for me..
thanx
praveen
Well my problem is that I have a binary file.....
It has been created using Qbasic in 1983 or so
I know how the data has been allocated to form the file...I mean I know what datafield is going into it and takes how many bytes....but my problem is extraction of the fields using VB...
I have extracted all the strings within the file...and also integers....but the real problem is with real numbers or numbers having decimals....each such number takes 4 bytes...but the thing is that i do not know what data type has been used to store these real numbers....
i tried single double etc but cant get the original values...
are there any functions to convert byte data to numbers or sthg...
please let me know...
this is very important for me..
thanx
praveen