PAR_GETVx

Obtains a vector of values from a parameter regardless of the its shape

Description:

This routine obtains an array of values from a parameter as if the parameter were vectorized (i.e. regardless of its dimensionality). If necessary, the values are converted to the required type.

Invocation

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

Arguments

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

Notes: