Get value of a parameter.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Private Function GetTempViWoParameter ( _
	lIdx As Integer _
) As String

Parameters

lIdx
Type: System..::..Int32
Index to a preview parameter.

Return Value

Value of this parameter.

Remarks

lIdx is the index to a preview parameter. If a corresponding temporary parameter can be found, its value will be returned. Otherwise, the value of the preview parameter, which is the default value will be returned.

See Also