iargc(3) CLIX iargc(3)
NAME
iargc - Returns the number of FORTRAN command line arguments
LIBRARY
Math Library (libap_m.a)
SYNOPSIS
iargc( )
DESCRIPTION
The iargc( ) function returns the number of command line arguments passed
to the program.
EXAMPLES
The following displays the number of command line arguments:
INTEGER i
i = IARGC()
PRINT *, 'The number of command line arguments is',i
END
RETURN VALUES
See DESCRIPTION.
RELATED INFORMATION
Functions: getarg(3)
2/94 - Intergraph Corporation 1