Sets an array of values as the dynamic default for a parameter PAR_DEFNx
If the declared parameter type differs from the type of the array supplied, then conversion is performed.
There is a routine for each of the data types character, double precision, integer, logical, and real:
replace "x"
in the routine name by C, D, I, K, L, or R respectively as appropriate. The VALUES
argument must have the corresponding data type.
The current implementation of the underlying parameter system, SUBPAR, creates an -dimensional HDS object, containing the specified values. The ACTD argument gives the dimensions of the object to be created. If the dynamic default is used as the suggested value in a prompt, the name of this object, rather than its contents, is offered.