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 file(i).dat
....
10 continue
Please help me
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 file(i).dat
....
10 continue
Please help me