Hallo everybody,
I would like to write a series of file where they are different only for the name, like name_1, name_2,name_3 ecc...
what I'm doing is something like this:
do j=1:50
open(unit=2,access='sequential',file='name_'j'.inp',status='old')
end do
how can put the J in the name in...