Is there an AutoLISP function that works similar to ATTIPEDIT, or like pressing Ctrl and double clicking a Mtext Attribute in a Block? I’m wanting to pass it two arguments like EntityName and TagName. It would work similar to press the [...] button in the Enhanced Attribute Editor, but it would be used for custom AutoLISP programs. For starters I use: (setq EntityName (car (entsel))), and there are also several other ways to get it. The first part of the function might look like this.
(defun MtextFunction (EntityName "TAGNAME") The real one of course.
Thanks,
Adam