Message 1 of 4

Not applicable
04-30-2017
02:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi to everybody,
I just created my first lisp which works fine on previous versions of Autocad but not on 2017
(when I try to load it autocad say " unable to load lsp file.)
this is the code
(defun c:ZP ()
(command "ZOOM" "P")
)
(defun c:EL ()
(command "ERASE" "L" "")
)
any ideas?
Thanks in Advance.
Solved! Go to Solution.