ParameterValue Method

<< >>

Navigation:  Programming with Amos > Class Reference > CValue Class Reference > CValue Class Members > Methods >

ParameterValue Method

Gets a parameter value.

Syntax

result = object.ParameterValue (parameterName)

result = object.ParameterValue (rowVariable, columnVariable)

The ParameterValue method syntax has the following parts:

Part

Description

result

The parameter value.

object

An object of type CValue.

parameterName

The parameter name. (Note that some parameters may be unnamed.)

parameterIndex

An integer index that identifies a parameter uniquely. parameterIndex ranges from 1 to n, where n is the number of parameters.