Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: thyme
  • Content: Threads
  • Order by date
  1. thyme

    write "'" to an output file

    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)
  2. thyme

    open output files with variable names

    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...

Part and Inventory Search

Back
Top