Hi everyone...need your help as I'm spend ages to solve the problem.
My problem is I have a table just like this
Sample Machine Element Value
123 2 Ca 5
123 2 V 4
123 2 Vi 2
..
..
My Question is how can I make the table like this...
Hi ... still trying to open several files in a loop. The problem is when i use the example above its work but it doesn't when i try use my data
its work when i'm call my file like this
open(11,FILE ='test1.txt'),
read(11,FMT=*,END = 200)x,y
200 continue
but when i'm trying to change the...
Thanks PAnderson..
It works ...
But my problem is still unsettle
Let say I have 5 files where in each files contains 2 colums of reading x and y.
My program will read all the data file in a looping. (You giving me help on this ..)
Anyway I try but it doesnt work. I copy you the program...
Hi guys.... need your kindly help
I have a problem where I need to open few files in my main program. As example let say I have file1.dat file2.dat file3.dat and so on.
My question is in my main program I have to open the all files in a loop
program
do 10 i = 1,5 {file to open}
open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.