IF I define a Global Variable and use its name in INT() function it returns a wrong number why?
for example if
“Length” = 1005 then
int((“length” – 15)/110) should be 0 right?
but solidworks returns 8? if I use the number instead of the Global Variable it works correctly though!
It definitely should return the value 9
Have you seen this issue with any other calculations?