Fortran write()?

Yes, you are correct. The syntax (MDS(I,J), J=1,24) is an implied DO-loop and is commonly used in situations like this.

Yes, you are correct. The syntax (MDS(I,J), J=1,24) is an "implied DO-loop" and is commonly used in situations like this.

Thank you, Tim. – KG. Jul 14 '09 at 15:58 You're welcome.

I added a link to a some documentation on this if you're interested. – Tim Whitcomb Jul 14 '09 at 16:00 Thank you! I've perused that site and it's definitely been a help with this modification!

Much appreciated. – KG. Jul 14 '09 at 16:12.

Before I begin, I must preface by stating that I am a novice when it comes to FORTRAN. I am maintaining a legacy piece of code from 1978. It's purpose is to read in some data values from a file, process the values, and then output the processed values to another text file.

My question is in regards to the WRITE() statement. I understand that (2,80) refers to the file output stream opened and pointing to the file 'out' and referenced by the numeral 2. I understand that 80 refers to the format statement referenced by label 80.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions