FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEval..::..replaceGlobals Method

Replaces the globals.

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

Syntax


public static string replaceGlobals(
	string sExpression,
	clsGlobalCollection oGlobalDic,
	ref string sError
)
Public Shared Function replaceGlobals ( _
	sExpression As String, _
	oGlobalDic As clsGlobalCollection, _
	ByRef sError As String _
) As String
public:
static String^ replaceGlobals(
	String^ sExpression, 
	clsGlobalCollection^ oGlobalDic, 
	String^% sError
)

Parameters

sExpression
Type: String
The s expression.
oGlobalDic
Type: FlowWright.cDevDecisionEngine..::..clsGlobalCollection
The o global dic.
sError
Type: String%
The s error.

Return Value

System.String.