SolveExpression Method
Description
SolveExpression evaluates the expression based on the objects above the command on which SolveExpression gets called.
Syntax
Visual Basic |
---|
Public Function SolveExpression( _ ByVal Expression As String _ ) As Variable |
Parameters
- Expression
- String value of the expression to solve.
Return Type
This method returns a variable object if the solved expression is valid.
See Also