Hi everybody
I need to read some data from txt file in format for example like these:
a=150,b=300,c=500
Then I will use that data for further calculating. For example:
x=a+b+c
Is that possible in Fortran? Is there some command or format for READ command?
Please help!
I need to read some data from txt file in format for example like these:
a=150,b=300,c=500
Then I will use that data for further calculating. For example:
x=a+b+c
Is that possible in Fortran? Is there some command or format for READ command?
Please help!