9.115. GET_COMMAND_ARGUMENT
9.115 GET_COMMAND_ARGUMENT — Get command line arguments
- Description:
- Retrieve the NUMBER-th argument that was passed on the command line when the containing program was invoked.
- Standard:
- Fortran 2003 and later
- Class:
- Subroutine
- Syntax:
-
CALL GET_COMMAND_ARGUMENT(NUMBER [, VALUE, LENGTH, STATUS])
- Arguments:
-
NUMBER Shall be a scalar of type INTEGER
and of default kind, NUMBER \geq 0VALUE (Optional) Shall be a scalar of type CHARACTER
and of default kind.LENGTH (Optional) Shall be a scalar of type INTEGER
and of defau