Change Attribute Value with user input

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I am looking for a lisp that will take my block with 5 different Attributes and and go through them and ask the user what the values should be. There is A LOT of stuff out there on attributes and i cant seem to find what i need even to write it myself.
My block name is DXF TAG
The attributes are as follows:
JOBNAME
JOBNUMBER
PRODUCT
VIEW
QUANTITY
The routine i am working on will insert this block from another dwg and ask the user to pick an insertion point.
after the block has been inserted it will go through the list updating the attributes. After that it will burst the block in order to keep the updated text.
There might be many more ways to do this but this is the only way that i can think of. I am open to any ideas if anyone has any input.
Thanks for all the help!