Skip to content

VBA-Expressions v2.0.0

Choose a tag to compare

@ws-garcia ws-garcia released this 09 Oct 22:49
· 164 commits to main since this release
923268a

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 ImplicitVarValue property.
  • Improved array handling mechanism.
  • Added Solve and fZero functions.
  • Refactoring: added VBAexpressionsScope class.
  • Bug fixed: boolean negation prevents recognizing variables. Affected methods: Eval.