danielinhu
Technical User
- Jun 22, 2010
- 23
Hello guys,
The point of my work in Fotran is to do a database of minerals in fortran 95.
So i have a list of minerals in excell.csv to export to fortran, and with that list i have a few options.
Each mineral have 7 characteristics- like name, colour, etc.
And the program should work like this:
1- See the list of minerals
2- Insert a new mineral
3- Delete a mineral
4- Edit a characteristic of a mineral
5- Organize them by name, or other characteristic
0- End the program
My idea is to do this, with "Select case". But my biggest problem is to read the data from the csv excell file in fortran.
Can somebody help me please?
Or give me some instructions?
My excell file is in attachement
Greetings, and keep the good work
The point of my work in Fotran is to do a database of minerals in fortran 95.
So i have a list of minerals in excell.csv to export to fortran, and with that list i have a few options.
Each mineral have 7 characteristics- like name, colour, etc.
And the program should work like this:
1- See the list of minerals
2- Insert a new mineral
3- Delete a mineral
4- Edit a characteristic of a mineral
5- Organize them by name, or other characteristic
0- End the program
My idea is to do this, with "Select case". But my biggest problem is to read the data from the csv excell file in fortran.
Can somebody help me please?
Or give me some instructions?
My excell file is in attachement
Greetings, and keep the good work