Evaluate Function
- Updated2025-07-21
- 1 minute(s) read
Evaluate Function
Syntax
PropertyObject Evaluate(String string)
Return Value
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.