06-27-2026 03:28 PM
Somehow I've created a corrupted numeric constant.
Enter a value of "1" into the numeric text, and it changes to 0.0254.
Not a big problem, just kind of annoying. When I place a new one, it works OK.
06-27-2026 05:09 PM
Oops -- can't open your attachment, seems to be a "link". I notice you seem to be using "Units" -- I'll point out that 1 in = 0.0254 m. Is that a Big Fat Clue?
Bob Schor
06-27-2026 07:28 PM
@Bob_Schor wrote:
Oops -- can't open your attachment, seems to be a "link".
I don't know how that happened. Here it is again.
I notice you seem to be using "Units"
Oh it's worse than that: Not only do I seem to be using units, I am actually using units.😁
I'll point out that 1 in = 0.0254 m. Is that a Big Fat Clue?
Well of course it is. Here is what is supposed to happen when you enter a number into the constant:
Step 4 is where the bug is manifest. The numeric string should be based on the original value (from step 1), but instead, it's using the converted value (from step 3).