Halsy Posted February 9, 2022 Posted February 9, 2022 How to give conditional statement if distance is in multiple of 50 then do this and not in multiple of 50 then do this Quote
Emmanuel Delay Posted February 9, 2022 Posted February 9, 2022 With (rem) , the remainder of a division. If the remainder =0, then it's a multiple (if (= 0 (rem (getdist "\nMeasute a distance: ") 50.0)) (princ "\nIs a multiple of 50") (princ "\nIs not a multiple of 50") ) 3 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.