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 Mike Lewis 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
  • 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

    No new line? (Help Urgent!)

    I'm not sure if I get what you're asking exactly but I guess this can work. write(10,*)(x(i),i=1,25)
  3. 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