[comp.sys.ibm.pc.programmer] Reading command line arguments with Microsoft FORTRAN

sichermn@beach.csulb.edu (Jeff Sicherman) (05/24/91)

In article <1991May23.193027.1726@maverick.ksu.ksu.edu> rjq@chepil.weru.ksu.edu writes:
>
> Anyone have any clues on reading the command line arguments in
>a Microsoft FORTRAN program? Something like getopts or getarg(3F)
>from SunOS would be great! 
> Thanks in advance.
>

  Which version ? 5.0 has the built-ins (as an extension). 4.x
does not. The upgrade is $100+s/h. Some libraries probably also support
it.