Re: opening existing files with OPEN()



Sorry for the delay, but I was unfamiliar on how this thing notified
the creator of any replies.

The file I am asking for it to find is a copy of a small portion of a
very large raw data file (just for me to make sure the program works
before I try running it on the real thing). The data in the file is
in the following format:
234843.23,4782438.85,239.42
458394.34,2204845.34,247.60
....
(just an example of the numerical values, but the format/style is the
same)
(and yes, there aren't any spaces in any of the lines)
So one of the issues I was trying to solve before my posted problem
was getting the program to read this format correctly.

The thing is, the program was finding this particular file fine until
it just randomly stopped finding it (I was getting error number 29 for
my openstatus value when I was using the in-program debug program
which told me all of the values of my given variables, which I have
interpreted to being the error #, not the # of errors). I am fairly
confident that I have the correct directory: when I run it in DOS/
Command Prompt, I see both the executable AND the input file when I do
the 'dir' command (using Windows). And I do type in the input file
correctly when it asks me.

The error I am getting while running the debugger in my developer
studio is the following:
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\SYSTEM32\kernel32.dll', no matching symbolic
information found.
The program 'C:\Documents and Settings\Mary Serdakowski\Desktop
\Shoreline_Extract\Debug\Shoreline_Extract.exe' has exited with code 0
(0x0).

Hope this helps...

Also, this is my first work in coding/programming in over four years
and I'm learning Fortran in the process, so pardon my stupid
questions.

To specific people:
- Steven Kargl, I do not fully understand. How do they not match?
- *** Henderson, I've never heard of the INQUIRE command. What is
the proper layout for that command?

.