New to LISPs, trying to create a layer LISP

New to LISPs, trying to create a layer LISP

etilley327KA
Advocate Advocate
218 Views
1 Reply
Message 1 of 2

New to LISPs, trying to create a layer LISP

etilley327KA
Advocate
Advocate

I've tried multiple variations I found on the web, but to no avail. This is the latest version I have.

etilley327KA_0-1658151613174.png

I'm trying to turn off one layer and change the color of two other layers.

Also, does anyone know if there is a way to increase the size of the text in a layer?

Any help would be appreciated, thanks.

0 Likes
219 Views
1 Reply
Reply (1)
Message 2 of 2

Kent1Cooper
Consultant
Consultant

Welcome to these Forums!

 

It looks like it should work [I could quibble about a few things, but...], except that you need to make it a Command name, not just a function name, with the C: prefixing its name:

 

(defun C:FC ()

....

Kent Cooper, AIA
0 Likes