#1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default Read Binary

Is it possible to:
1) open a binary file
B) convert to text
Thanks
Dan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Read Binary

What application produced the file?
What do you know about the format of the file?

for example, an xls is written in a binary format and you would need to know
the format to interpret the file (basically do what excel does)

Are you sure it is binary. Have you tried opening it in word?

--
Regards,
Tom Ogilvy

"Dan" wrote in message
...
Is it possible to:
1) open a binary file
B) convert to text
Thanks
Dan



  #3   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default Read Binary

Tom,
It is a fortran binary file, word loads it but does not recognize it.
Thx
Dan

"Tom Ogilvy" wrote:

What application produced the file?
What do you know about the format of the file?

for example, an xls is written in a binary format and you would need to know
the format to interpret the file (basically do what excel does)

Are you sure it is binary. Have you tried opening it in word?

--
Regards,
Tom Ogilvy

"Dan" wrote in message
...
Is it possible to:
1) open a binary file
B) convert to text
Thanks
Dan




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Read Binary

As I said, based on the minimal information provided, you will have to know
how to interpret the file.

--
Regards,
Tom Ogilvy


"Dan" wrote in message
...
Tom,
It is a fortran binary file, word loads it but does not recognize it.
Thx
Dan

"Tom Ogilvy" wrote:

What application produced the file?
What do you know about the format of the file?

for example, an xls is written in a binary format and you would need to

know
the format to interpret the file (basically do what excel does)

Are you sure it is binary. Have you tried opening it in word?

--
Regards,
Tom Ogilvy

"Dan" wrote in message
...
Is it possible to:
1) open a binary file
B) convert to text
Thanks
Dan






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Read Binary


Are you trying to decompile a FORTRAN executable file back to the
original code file? I don't know anything about FORTRAN decompilers,
but a Google search for Fortran decompilers came up with a few
interesting hits, and a lot of end user agreements that say you aren't
allowed to decompile software title X.

Or are you trying to access an output file created by the executable?
If so, then, as Tom says, you need to know the details of how the
executable creates the file.


--
MrShorty
------------------------------------------------------------------------
MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181
View this thread: http://www.excelforum.com/showthread...hreadid=475467

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Binary NOT? Mark Scott[_3_] Excel Worksheet Functions 4 January 24th 10 09:21 PM
Solver returns non binary answer in binary constrained cells Navy Student Excel Worksheet Functions 6 September 1st 05 03:11 PM
Binary operations (left/right shift, binary and/or, etc.) Mike Hodgson Excel Programming 4 June 17th 05 09:27 AM
read a Unix binary file Arnaud Boëlle Excel Programming 2 April 20th 05 09:24 PM
How can I read/write file with binary format??? NC Excel Programming 2 May 27th 04 09:35 AM


All times are GMT +1. The time now is 08:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"