one last small thing that i want to do:
i want to creat different folders to save these files. the steps i want to follow are;
step 1: start a loop from 1 to 50
step 2: create a folder named run example if n = 3 it should make three folders run(1),run(2),run(3)
right now i am trying the folowing code but instead of passing on the value of counter I am getting this:
Do c = 1,50
Inquire(file='C:\WAMView\bnz\WAMSA\run(c)',EXIST=FEXIST)
if(.not.FEXIST) then
res=MAKEDIRQQ('C:\WAMView\bnz\WAMSA\run(c)')
Endif
End Do
do you have some solution for my problem.
vibhava
i want to creat different folders to save these files. the steps i want to follow are;
step 1: start a loop from 1 to 50
step 2: create a folder named run example if n = 3 it should make three folders run(1),run(2),run(3)
right now i am trying the folowing code but instead of passing on the value of counter I am getting this:
Do c = 1,50
Inquire(file='C:\WAMView\bnz\WAMSA\run(c)',EXIST=FEXIST)
if(.not.FEXIST) then
res=MAKEDIRQQ('C:\WAMView\bnz\WAMSA\run(c)')
Endif
End Do
do you have some solution for my problem.
vibhava