frothytoad
Technical User
Hi all,
Does anyone know if it is possible to pull in arguments from the execution statement of a Fortran 90 code?
For example:
C:\> MYPROGRAM inputfile.in outputfilename.out
Working...
Output sent to 'outputfilename.out'. Thank you for using MYPROGRAM.
C:\> _
One would normally expect such a thing in the PROGRAM statement (PROGRAM MYPROGRAM(strg1, strg2)), but...
Thanks for any suggestions!
Does anyone know if it is possible to pull in arguments from the execution statement of a Fortran 90 code?
For example:
C:\> MYPROGRAM inputfile.in outputfilename.out
Working...
Output sent to 'outputfilename.out'. Thank you for using MYPROGRAM.
C:\> _
One would normally expect such a thing in the PROGRAM statement (PROGRAM MYPROGRAM(strg1, strg2)), but...
Thanks for any suggestions!