i am writing a simple Data base in fortran
to check if a staff member has done there training or not
and to display the date they need to do it
so i get some Data from a Dates.txt file
and save it as character(len=10) :: dates(65)
but for the next part of my program i need
to change my character containing all my dates
to a integer
if anyone knows how please leave a response
thanks in advance
to check if a staff member has done there training or not
and to display the date they need to do it
so i get some Data from a Dates.txt file
and save it as character(len=10) :: dates(65)
but for the next part of my program i need
to change my character containing all my dates
to a integer
if anyone knows how please leave a response
thanks in advance