Evaluate Function
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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.