Click or drag to resize

EvaluatorExec Method

Executes the expression without returning a value. Resulting new variable values that were updated inside the expression can be subsequently accessed using GetVariable(String) or ItemString.

Namespace:  Data.Eval
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public void Exec()
See Also