Recent content by Mustachio13

  1. M

    Fortran Fortran help: Open and Write functions

    Thank you, I should have realized that sooner. With my second question, when I went to type my write statement, once I had the ':' after file, it became blue and underlined. I am still new to fortran and I have never seen or had to use a feature that did that. Is it something that can be...
  2. M

    Fortran Fortran help: Open and Write functions

    How can I have an open statement: OPEN(Unit=1,File='data.txt',...) and be able to later have a write statement: WRITE(*,15) 15 FORMAT('Data was collected from ',?,'file:') where the ? would call in the file name. Also, when I type 'file:', it creates a link to something. How...
Back
Top