GerritGroot
Technical User
Hi,
In Microsoft's Developer Studio the following command exists:
USE PORTLIB
FLUSH(1)
Where 1 is the unit number of your file.
I'm wondering two things:
1. Is there a standard way in Fortran 77 to flush a file without the use of the PORTLIB library?
2. Is there an equivalent in G77?
Thanks,
Gerrit
In Microsoft's Developer Studio the following command exists:
USE PORTLIB
FLUSH(1)
Where 1 is the unit number of your file.
I'm wondering two things:
1. Is there a standard way in Fortran 77 to flush a file without the use of the PORTLIB library?
2. Is there an equivalent in G77?
Thanks,
Gerrit