-
Re: Reactors !!??
I just fixed it. ;load visual lisp (vl-load-com) (setq myDrawingReactor nil) (defun c:MakeSaveAlert () ;access the application (setq AcadApp (vlax-get-acad-object)) ;drill down to open drawing (docum…1 -
Re: block swapping list question
To be honest. I couldn't follow it. I would suggest however rewriting using "cond" instead of multiple "if"'s. This will make finding the error much easier. Also I know it's your …1 -
Re: Format Attribute value
As far as I know the attributes store text. Even numbers in an attribute are text and not numerical values so you don't have that leading / trailing zero value that you are after. You can put fields …1