VBA-Expressions v2.0.0
This new version includes many useful features, now VBA Expressions is shaping up to be a much more powerful tool.
Improvements
- VBA string, date-time and logical functions have been added (totaling more than 60 built-in functions).
- The evaluator now allows to define the value of a variable in terms of previously defined variables through the
ImplicitVarValueproperty. - Improved array handling mechanism.
- Added
SolveandfZerofunctions. - Refactoring: added
VBAexpressionsScopeclass. - Bug fixed: boolean negation prevents recognizing variables. Affected methods: Eval.