This is a comprehensive routine that contains many AutoCAD functions related to copying text and attributes. Fortunately, tip author Robert Zipprich has provided a detailed readme file that contains all the information you need about each of the included functions.
Start by loading the LISP routine, which loads the four main functions: - CopyAtt allows you to copy text or attribute strings and replace or append a second entity.
- CopyAttG copies all attribute values in Block1 to Block2, matching TAG names attribute to attribute.
- CopyAttS copies an attribute value from Block1 to Block2 using user-specified TAG names.
- CopyAttMap is just like CopyAttS, except the selection of Block1 and Block2 are done from a menu.
Robert has also provided the menu and even toolbar icons for this routine. Nice job, Robert. |