| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| expression | String | The Expression to evaluate. | ||
| returnValue | Integer | ByRef | The Return Value of a successfully evaluated expression. | |
| errorOnInvalidReturnType | Boolean | Optional | Indicates whether an error should occur if the Type of the value returned from evaluating the expression is not Integer. If omitted, a value of True is assumed. | |
| defaultValue | Integer | Optional | The Value that will be returned in ReturnValue if errorOnInvalidReturnType is False and the value returned from evaluating the expression is not Integer. If omitted, a value of 0 is assumed. |
A Boolean value indicating success.