Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is my code:
(defun c:test ()
(command ".layer" "thaw" "*" "")
(princ)
)
It returns NIL. Is there something wrong with that tiny bit of code? It doesn't do anything when used other than return NIL.
Feedback appreciated. Thank you!
Solved! Go to Solution.