reading data

From: Highland Statistics (highstat_at_highstat.com)
Date: 11/28/03


Date: 28 Nov 2003 02:36:00 -0800

Hello,

How would you read the following data in fortran:

1 10 A 12
2 A B 1
3 12 B 22
4 B B AA
5 2 A D
6 3 C D

Formulated differently, the data matrix not only contains reals (or
integers), but also alpha-numerical values. I know the number of rows
and columns, and obviously doing this for numerica data is easy..but
how do you deal wih the A's and B's, etc.

Kind regards,

Alain
email: highstat@highstat.com



Relevant Pages