Creating AutoLISP to edit multiple open documents w/ attribute block

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Let me start off by saying I am just now trying to learn AutoLISP right now and my question is far and above my skill set. Hopefully one of you may be able to help me with this LISP routine, but I understand if I m asking too much.
Right now I have multiple standard panel drawings that have fields attached to an attribute block. I can go in and update the block in each drawing to update all the fields. Right now doing that for 20 or so drawings is time consuming. All the panel drawings will have the same block and field data.
What I want to know is it possible to create an AutoLISP to where I can have multiple drawings open and once I edit the first drawing's attribute block and fields, it goes through a script and updates all the other drawings blocks and fields without having to do it myself?
Thanks for any help you can provide