Message 1 of 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
i can't call the AI_SELALL command via a Lisp.. I even wrote this simple code and still nothing:
(defun c:PRACTICE ()
(command "AI_SELALL")
(princ)
)
When i write AI_SELALL directly on the command line it works! But can't do it within a Lisp.. Does anyone know why?
Solved! Go to Solution.