I need to process data in many binary files. If I open the file in Wordpad
the data is readable. If I save the file as a Text Document I can process
the .txt file in VB via the Open and Line Input commands.
I would like to loop through all my binary files and convert them to .txt
in VB code instead of manually doing the conversion. Can someone point me
to the code to do this?
Thanks,
Pete
the data is readable. If I save the file as a Text Document I can process
the .txt file in VB via the Open and Line Input commands.
I would like to loop through all my binary files and convert them to .txt
in VB code instead of manually doing the conversion. Can someone point me
to the code to do this?
Thanks,
Pete
Comment