loading, and accessing lisp routines

loading, and accessing lisp routines

Anonymous
Not applicable
443 Views
2 Replies
Message 1 of 3

loading, and accessing lisp routines

Anonymous
Not applicable

Hi.

I'm using 2016, and have several lisp routines.

I've found how I'm supposed to load them, open a directory for recognition, but when I type in the name of the lisp, it's not showing up in the menu which appears during typing of a command. 

I've gone back through numerous times (load of lisp is confirmed, opening/inclusion of directory shows), and am not able to identify anything that'd make it clear what I'm missing. 

What am I doing wrong? 

 

Your helps would be appreciated.

TYIA.

 

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

Anonymous
Not applicable
Accepted solution
Never mind. I figured it out. I apparently forgot to edit the name within the Lisp, where
(defun C:PLTST(/ txt h scf n a xincr lay px pzy pins char
asciicod blockname ss nrelem poz b
)
is initially defined. This post is now answered.
0 Likes
Message 3 of 3

leothebuilder
Advisor
Advisor

Did you load these lisps via the APPLOAD command?

Did you add these to the Contents for Start Up?

 

Including a folder with lisp routines in the Autocad search path will not load these lisp routines.

0 Likes