Hi thanks for Your suggestion, but still I see the problem.
for example if I combine this program........
Program get
character argv*10
integer i, iargc, m
m = iargc()
do i = 1, m
call getarg ( i, argv )
write( *, '(...
Can you help me in using the functions like IargC, Getarg to read the arguments while running a.out file, I have tried it after seeing an example from the forum, but it didnt work for me...........
The error message is........... "Iargc or Getarg are unknown intrinsic function".
Example...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.