Recent content by MareRobins

  1. M

    Fortran Fortran write (or print). How to controll new line or not

    Hi all, I am writing to text files (with Fortran 77), and I would prefer to use just * for format so I don't have to get specific with every column in every file. I thought that I understood that if you: write(12,*) a(i), b(i), c(i) then each time it hits the write statement it will create...
Back
Top