Link to home
Start Free TrialLog in
Avatar of gcassel
gcassel

asked on

Binary File Access

I have a binary file that I need to open. Each record is 80 bytes in length. I need to open this file with VB5.0, convert each record into a string and parse out the data in each record. Can you please suggest some code to get me started on the right track, especially how to get the binary file record into a string that I can parse?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of lmorris
lmorris

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of newmembername
newmembername

use "type [name]" and write/read using random access