Message 1 of 3
Rhyme or reason for when field captures parameter names vs calculated results?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Sometimes when I enter a parameter name (or expression involving multiple parameters) the app captures the calculated value instead of the actual parameters names. Consider
ParamA = 1mm
ParamB = 2mm
I specify an Offset in a sketch and type into the entry field "ParamA + ParamB"
Sometimes what's recorded is 3.0 when what should be recorded is fx:(ParamA + ParamB). If I go back and change ParamA or ParamB, the sketch offset doesn't change like it should. When I catch it displaying 3 vs fx:3, I go back and fix them up. Usually then it grabs the parameter names.
It's always felt like a bug, but it's happened for so long I've started to wonder if there's some way I'm accidentally triggering this behavior. Thoughts?