Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-DA9C6A98-058F-49ED-BB6A-DBBC9920FEE7
Visible to Intel only — GUID: GUID-DA9C6A98-058F-49ED-BB6A-DBBC9920FEE7
IPXFARGC
POSIX Function: Returns the index of the last command-line argument.
Module
USE IFPOSIX
result = IPXFARGC( )
Results
The result type is INTEGER(4). The result value is the number of command-line arguments, excluding the command name, in the command used to invoke the executing program. A return value of zero indicates there are no command-line arguments other than the command name itself.