Hi,
I have to read a text file in Fortarn.The text file has around 200 lines.
The first 100 lines (that is each of these lines) contain a character variable
That is: first line needs to eb captured and stored as;
my_character_variable(1)
Second line as:
my_character_variable(2) and so on...
Can anyone help me?
That is how to open a text file and record each of the line as character variables?
Please help