Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
which is the error here??
(defan c:xx()
(setq var (mod 11 10)) ;; ==> 1
(princ var)
)
Solved! Go to Solution.
which is the error here??
(defan c:xx()
(setq var (mod 11 10)) ;; ==> 1
(princ var)
)
Solved! Go to Solution.
(rem 11 10)
For such simple questions you may look in autocad help under developer documentation-> reference guide
Miljenko Hatlak