This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

read file from asci file


I have data in ascii file like this

name           value          description
x                  2.3            var1
y                  3.1            var...
e                  2.5            ...

I want to write a function that reads data and affects values to variables.
notice that the function should guess the name of the variable, and then
affect the value, ie. the order of the variables may change.

is there a function in fortran that do this?
is it easy to write?

many thanks
Moez
-- 
View this message in context: http://www.nabble.com/read-file-from-asci-file-tf4248453.html#a12090548
Sent from the gcc - fortran mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]