Search found 2 matches

by au-s
Thu Jun 11, 2009 12:55 am
Forum: Other Dialects
Topic: write-line
Replies: 1
Views: 9614

write-line

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 everyti...
by au-s
Tue May 12, 2009 1:40 am
Forum: Other Dialects
Topic: make script lisp-write-line error
Replies: 2
Views: 8634

make script lisp-write-line error

Hello, I have a lisp from original author, LEEMAC on CADTutor... I recoded it and used DOSLib. Here is the code: (defun c:rscr (/ wfile rfile ofile n) (if (and (setq wfile "C:\\test.scr") (setq rfile (dos_getfilem "Select Drawings" "" "DWG Files (*.dwg)|*.dwg"...