Hi everyone!
I have a problem in compiling a program i made in fortran because of an error that occur in this line:
str=char(iachar('0')+ord/10)char(iachar('0')+mod(ord,10))'.par'
open(lin,file=str,status='old')
I have defined ord as an integer, and str as a character, and that particular...