albert1981
New member
- Feb 16, 2007
- 61
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 order to have a list of file which name is:
name_1.inp
name_2.inp
name_3.inp
.
.
name_50.inp
thanks,
Albert
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 order to have a list of file which name is:
name_1.inp
name_2.inp
name_3.inp
.
.
name_50.inp
thanks,
Albert