STS2 is a routine by Robert L. Zipprich that allows you to copy one text string to multiple others in AutoCAD. Start by loading the LISP routine, then type in the command STS2. Select a text string that you want to copy, then select one or more existing text strings, and the original string will be copied to them. This routine only works with text entities, and could be improved by declaring local variables, but it does use EntMod to change the text strings — which means it works very quickly even on large selection sets of text. |