FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deExpression..::..replaceVariables Method

Replaces the variables for the expression

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static string replaceVariables(
	string sExpression,
	clsVariableCollection oVarDic,
	ref string sError
)
Public Shared Function replaceVariables ( _
	sExpression As String, _
	oVarDic As clsVariableCollection, _
	ByRef sError As String _
) As String
public:
static String^ replaceVariables(
	String^ sExpression, 
	clsVariableCollection^ oVarDic, 
	String^% sError
)

Parameters

sExpression
Type: String
The s expression.
oVarDic
Type: clsVariableCollection
The o variable dic.
sError
Type: String%
The s error.

Return Value

System.String.