open (2, file="basedados.txt", iostat = ok, status='old', access='append')
write(2,*) "Introduza numero, nome mineral etc"
read(2,*) basedados%numero, basedados%nome
close(2)
Doesn't work either! :s
appears an error like this -
At line 50 of file basedados.f95 (unit = 2, file =...