Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
where is the fault in following ???
(defun fnNotify (aMessage)
(princ (strcat "\n" aMessage))
(princ "\n" )
(princ)
)
(defun xx ()
(setq Temp (getvar "USERS1")) ;; get the double stored in "USERS1"
(fnNotify (rtos 0.001 (Temp)))
(princ)
)
Solved! Go to Solution.