ExpressionEdit.Evaluate

Syntax

ExpressionEdit.Evaluate( evaluationOptions)

Return Value

PropertyObject

The result of the evaluation.

Purpose

Evaluates the current expression using the context the ExpressionEdit.Context property specifies.

Parameters

evaluationOptions As Long

[In] Pass Eval_NoOptions to specify the default behavior, or pass one or more EvaluationOptions constants. The EvalOption_AllowEmptyExpression constant is ignored. Use the ExpressionEdit.AllowEmpty property to determine whether to treat an empty expression as an error. Use the bitwise-OR operator to specify multiple options.

See Also

ExpressionEdit.AllowEmpty

ExpressionEdit.Context

EvaluationOptions