write-line

Discussion of other Lisp dialects (Arc, Clojure, AutoLisp, XLISP, etc.)
Post Reply
au-s
Posts: 2
Joined: Tue May 12, 2009 1:17 am

write-line

Post by au-s » Thu Jun 11, 2009 12:55 am

Hi guys...

I've got help from LeeMac on CadTutor with a lisp that changes attributes in a block.
I have a batchlisp from Afra lisp that executes the lisp and command in that lisp.

To change attributes the lisp uses attedit.

problem accours when I run the batch-lisp. It opens each drawing and everytime it opens a drawing ATTEDIT runs to change attributes.
How can I make a good scriptfile or batch-lisp file which only executes the ATTRIB command once and applies that on all drawings selected?

Can anyone help me with that matter?

best regards ad thanx in advance...

findinglisp
Posts: 447
Joined: Sat Jun 28, 2008 7:49 am
Location: Austin, TX
Contact:

Re: write-line

Post by findinglisp » Thu Jun 11, 2009 9:07 am

Moved to Other Dialects. Please make sure you categorize your posts appropriately.
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/

Post Reply