clsEval..::..replaceGlobals Method
Replaces the globals.
Namespace:
FlowWright.cDevDecisionEngineAssembly: 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.