Initializing help system before first use

SetExecParam Method

Set the value associated to an execution parameter This routine adds or replaces the assignment name=val in the execution parameter string

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public void SetExecParam(
	string name,
	Object val
)

Parameters

name
Type:  SystemString
val
Type:  SystemObject
See Also