- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Define it as a Block containing a piece of Text, instead of using just Text. Edit that Block, and all insertions of it will change likewise.
Or define it as a Block with an Attribute. Select all of them, and in Properties you can change that Attribute's value in all of them at once.
Or as Text, just select all of them, and in Properties you can change the text content of all of them at once.
If you need something that will find them all for you, rather than requiring you to select them, an AutLisp routine could be written that would find all Text objects that match the one you pick to change [including, if you like, limiting selection to the same Layer and/or Style and/or height, etc.], whether or not they are visible on-screen at the time, and change all of them to the same new value.
EDIT: The Field approach is interesting, but it has the drawback that you always need to know which one is the source object for the content, in order to change the correct one and have all the Field-based-content objects follow suit.