Set a temporary parameter value.

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

Syntax

Visual Basic
Private Sub SetTempViWoParameter ( _
	lIdx As Integer, _
	szVal As String _
)

Parameters

lIdx
Type: System..::..Int32
Index to a preview parameter
szVal
Type: System..::..String
New value

Remarks

lIdx is the index to a preview parameter. If a corresponding temporary parameter exists, its value will be set to szVal and it will be marked as dirty. Otherwise, a new temporary parameter will be created based on the preview parameter. Its new value will be szVal, too. The parameter list in the window will be updated to show that a new parameter is available now.

See Also