Deleting a defined C: TEST function

Deleting a defined C: TEST function

iBlachu
Advocate Advocate
399 Views
3 Replies
Message 1 of 4

Deleting a defined C: TEST function

iBlachu
Advocate
Advocate

Hi,

 

How to remove a predefined function from memory, e.g.?
(defun C:TEST() (alert "TEST"))

0 Likes
Accepted solutions (1)
400 Views
3 Replies
Replies (3)
Message 2 of 4

ВeekeeCZ
Consultant
Consultant

(setq c:test nil)

Message 3 of 4

iBlachu
Advocate
Advocate

This is a 50% success because the abbreviation TEST is still visible in the CAD hint menu. Can it be removed from it?

0 Likes
Message 4 of 4

ВeekeeCZ
Consultant
Consultant
Accepted solution

Then use vl-acad-undefun HERE