LISP don't update after modifications

LISP don't update after modifications

andres_bonilla
Enthusiast Enthusiast
953 Views
2 Replies
Message 1 of 3

LISP don't update after modifications

andres_bonilla
Enthusiast
Enthusiast

Good morning Autodesk family, hope you're doing great.

 

I have a LISP routine who freeze layers according to the stages of the project (demolition, construction, etc)  made a few years ago and I need to update it, I already added the new layers in each section of the routine, but unfortunately for me, at the time of executing the routine the new layers do not freeze as I need it.

 

Could you please tell me what I should do to make it work properly?

 

Thank you in advance for your comments!

0 Likes
954 Views
2 Replies
Replies (2)
Message 2 of 3

ВeekeeCZ
Consultant
Consultant

Welcome to the Forums!

The answer has to be "no" without seeing the code and having possibility to test on sample file (empty but layers)

Not sure if you're able to add attachment - if not, add it to some free public cloud and post the link here.

thx

Message 3 of 3

Kent1Cooper
Consultant
Consultant

Make sure you do not have two .lsp files with the same name in different folders.  If you do, and both folder locations are listed in the Support File Search Path list in OPTIONS, then it may be "seeing" the one you did not  update.

 

Also, if you updated the .lsp file while in a drawing you want to use it in, you would need to APPLOAD it again for the changes to take effect.

Kent Cooper, AIA