PAR_GET1x

Obtains a vector of values from a parameter

Description:

This routine obtains a vector of values from a parameter. If it is necessary, the values are converted to the required type.

Invocation

CALL PAR_GET1x( PARAM, MAXVAL, VALUES, ACTVAL, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
The parameter name.
MAXVAL = INTEGER (Given)
The maximum number of values that can be obtained.
VALUES( MAXVAL ) = ? (Returned)
The array to receive the values associated with the parameter.
ACTVAL = INTEGER (Returned)
The actual number of values obtained.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: