Message 1 of 3
ANALYSISZEBRA Overriding my "ZE" lisp
Not applicable
06-17-2020
02:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I've been using ZE as zoom extents for years with the following script/lisp:
(defun C:ZE () (command "ZOOM" "E")(princ))
this morning ZE is triggering ANALYSISZEBRA which until now I didn't know existed. and to make things worse cant be changed or deleted from the pgp file.
How can I make sure my lisp is triggered and not this command thats useless to me?