Display full version of the post: Autocad LT - Attributes
easy_nicola
12.06.2009, 10:21
Hi to all,
Is it possible to change the symbols when you estract attributes from a drawings?
Example:
FROM
'WFC-3000','1200x3000'
TO:
WFC-3000;1200x3000
Thanks for any answer!!
Vladimir Michl
12.06.2009, 10:48
You can use the special records "C:QUOTE" and "C:DELIM" in your extraction template file to set the delimiters.
In AutoCAD LT 2010 you can use the much more advanced extraction command - [CMD]DATAEXTRACTION[/CMD].
easy_nicola
12.06.2009, 11:24
Sorry can you make an example, please?
I do not undestand...
This is the code i usually use:
NOME C011000
Dimensioni C021000
Vladimir Michl
12.06.2009, 11:36
Yes, just add new lines to this template file - e.g.:
C:DELIM ;
(see AutoCAD Help)
Personally, I would recommend using the more interactive and modern command DATAEXTRACTION.
easy_nicola
12.06.2009, 12:03
Thanks !!!
Last question, if i need to remove ' instead on replace with other symbol?
They jus buy me autocadLT 2009 (before i had 2000) so i don't think i can ask for 2010
Vladimir Michl
12.06.2009, 14:21
I don't think you can simply remove the delimiter - maybe you could replace it with some "invisible" character.
easy_nicola
13.06.2009, 07:38
Thanks for all !!!
Nicola