taskparam

Define a parameter value for a command task command

Description:

A subcommand of task. The parameter specification is added, verbatim, to the invocation of the name action.

Invocation

taskparam { parameter_specification }

Arguments

parameter_specification
A string to be added to the command line when invoking the named action. It may be any string which is legal as a parameter of the command specified by the task keyword
but will normally be of the form ‘keyword=value’.

Examples:

See task example.

ADAM:

The parameter specification is added to the command written to the .icl and .csh files.
IRAF:
The parameter specification is added to the command line in the created task procedure (see task) which invokes the action.