Parameter Object

Description

An input or output action parameter.

This object can be used in the parameterized value of a step or in a call to an action in order to parameterize the value of one of the input parameters supplied to the called action or to indicate the storage location for one of the output parameters supplied to the called action.

For more details on supplying parameters when calling an action, see RunAction Statement.

Syntax

Parameter(ParamName)

Argument

Type

Description

ParamName

String

The name of the action parameter.

Examples

Properties

Method ItemRetrieves the current value of the specified Parameter object.

Item Property

Description

Retrieves the current value of the specified Parameter object.

Syntax

Val=Parameter.Item(ParamName)

Argument

Type

Description

ParamName

String

The name of the action parameter for which you want to retrieve the value.

Val

Variant

The location in which you want to store the retrieved value.


See also: