Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.3: No Add/Subtract but Multiply/Division work OK. Bug or "feature"? #50

Open
FlailAway opened this issue Jul 10, 2021 · 1 comment
Open

Comments

@FlailAway
Copy link

FlailAway commented Jul 10, 2021

I like the simplicity of this WB over the Spreadsheet, thanks.

Is there reason for thisr?

  • I have defined a Length dd.ddBarLength
  • I want to use it and then add a little to it.
  • I click the "Expression" button,
  • I begin with "dd.ddBarLength + 3"
  • I get an error "unit mismatch in property operator dd.ddBarLength + 3"

I have made a work around by creating a dd.ddOneMM with a value of 1.
and "dd.ddBarLength + (dd.ddOneMM * 3)" works OK.

Multiplication and Division work OK with this line

  • I begin with "dd.ddBarLength * 3"
    and
  • I begin with "dd.ddBarLength / 3"
    Both of those work OK, so I do not understand why Add/Subtract do not..
@mwganson
Copy link
Owner

Try dd.ddBarLength + 3mm

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

No branches or pull requests

2 participants