FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deExpression..::..replaceGlobals Method

Replaces the globals.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.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: clsGlobalCollection
The o global dic.
sError
Type: String%
The s error.

Return Value

System.String.