f90

Reading a formatted array into a variable from a file in Fortran 90

Hello, I am trying to read a formatted 2D array from a file on disk into a variable. I have the write operation, which is rather simple, but am stuck on reading the same file. Could someone point me to a sample/writeup on how to do this? The net seems saturated, but i can't find a useful article. Btw, the reason for the formatted f...

How do you save a file with the .f90 extension of fortran in Windows Vista?

I typed the source code in WordPad and saved it as addition.f90, but, unfortunately, the only options Windows provides are text files, rtf's, and so forth. I am using the G95 compiler for Windows. ...