Hi
Have the following problem in PB 2022. (PB 2022 R2 Build 2819)
messagebox("384.22 - double('384,22')", 384.22 - double('384,22'))
Result: 5,6843418860808E-14
With 384.23 it's ok:
messagebox("384.23 - double('384,23')", 384.23 - double('384,23'))
Result: 0
In PB 2019 it works fine. (PB 2019 R3 Build 2728)
Any idea?
Thanks
Tamas