Evaluate Function

Syntax

PropertyObject Evaluate(String string)

Return Value

PropertyObject

The result of evaluating the expression.

Purpose

This function returns the value of an expression you specify in a string.

Parameters

string as String

The expression to evaluate. Note: You must escape any special characters in your expression string. Refer to the Special String Characters Help topic for more information.