- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Questions About -ATTEDIT Command
Basically, I am trying to add a string of text ("TC") to the end of a block's attribute.
However, when using the -ATTEDIT command, it always puts the string of text at the very beginning.
How can I put the text at the end? Thanks!
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Here's the dwg I'm working in.
Essentially, I want to add "TC" to the end of every block's "ZC" attribute.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
1. It isn't possible
You can overwrite the old values by a new one, or replace one value by another, but there is no suffix or prefix function.
2. In your case it seems to make sense to use FIELD, becase the attribut value is (SHOULD?) every time the insert postion z-value! or?
Note: Your current attributes are not fits to the current blockdefinition, you will lost all data
if someone start a ATTSYNC command in this file.
Inserts are with attributs PN,PD and ZC
attributdefinition are POINT,DESK and ELEV
Copy your file for a test:
Rename the attdef POINT&DESK back to PN&PD and edit the Value of ELEV:
Add the field for Blockplaceholde Insert Postion Z-Value, following by the string " TC".
Use ATTSYNC..
If the result is welcome, you really want to have other tags, you can rename the attributdefinition with battman and the SYNC option then.
Sebastian