Skip to content

VBA-Expressions v3.2.3

Compare
Choose a tag to compare
@ws-garcia ws-garcia released this 07 Apr 05:52
· 108 commits to main since this release

Unleashing the beast!

Improvements

  • Multi-expressions evaluation. Now users can provide a list of multiple expressions to be evaluated in a single pass. For example, "YEAR(NOW());ROUND(ERF(0.05);4);UCASE('This String');{-3*4;1-7;-10/5}" is a valid input.