Is there a way to write "'" to an output file in fortran?
I tried this one:
write(10,*)'''
It gives the error:
write(10,*)'''
1 2
character constant at (1) has no closing apostrophe at (2)
I am writing a code that reads data from a number of input files and processes these data. The name of the input files are read from keyboard during the program is being executed. I need to open an output file for each input file starting with the name of the input file. For...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.