Angelo2449
Guest
Hello everyone,
I can't control the comparison between two numbers because, I think, of the accuracy due to the approximation:
< is returned with three decimals (431.057) while the incoming data
> (substr ele1 (+ pos1 2)) < has four characters after point (431.0565).
How can I have more decimals?
variables are thus set :
(setvar "dimdec" 8)
(Setvar "luprec" 4)
Thank you.
I can't control the comparison between two numbers because, I think, of the accuracy due to the approximation:
Code:
..... . . . . . . ... ... ... ... 3313.1139,431.0565
xxxxxxxxxxxxxxxxxxxxxxxx 431.0565
xxxxxxxxxxxxxxxxxxxxx 431.057
> (substr ele1 (+ pos1 2)) < has four characters after point (431.0565).
How can I have more decimals?
variables are thus set :
(setvar "dimdec" 8)
(Setvar "luprec" 4)
Thank you.