Skip to content

Conversation

@ws-garcia
Copy link
Member

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.

- VBA string, date-time and logical functions have been added (totaling more than 60 built-in functions)
- Added `FormatResults` property.
- Refactoring: added `VBAexpressionsScope` class
- The evaluator now allows to define the value of a variable in terms of previously defined variables through the `ImplicitVarValue` property.
- Bug fixed: boolean negation prevents recognizing variables. Affected methods: Eval.
Improved array handling mechanism
@ws-garcia ws-garcia merged commit 923268a into main Oct 9, 2022
@ws-garcia ws-garcia deleted the VBA-Expressions-v2.0.0 branch April 13, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants