N Fitzpatrick
10-21-2003, 08:22 PM
We have a bit of a conflict with a particular piece of code. The input files are built by a GUI from a vendor, and for one particular file, it insists on always using Unit 6. This means, however, that we compile the code in Lahey, both the writes to (6,*) and (*,*) are ending up going to the file connected to Unit 6; rather than the writes to (6,*) going to Unit 6; and (*,*) going to the screen. At least when compiled with Lahey 5.6g.
There is nothing in the code we can change (as the 6 is in the input file). We are constantly changing input files on the fly; but this always adds an extra step. Are there any compile options, or anything else I haven't thought of, that would allow us to get writes to (6,*) to the file; and (*,*) to the screen?
(and yes, I am working on the vendor, to change his unit numbers!)
Nick
There is nothing in the code we can change (as the 6 is in the input file). We are constantly changing input files on the fly; but this always adds an extra step. Are there any compile options, or anything else I haven't thought of, that would allow us to get writes to (6,*) to the file; and (*,*) to the screen?
(and yes, I am working on the vendor, to change his unit numbers!)
Nick