PDA

View Full Version : Change a text field value on 1400 Dwg files



snip
10th Nov 2004, 04:22 pm
Greetings,

I m not really familiar to autocad, but i have about 1400 .Dwg file where i need to add a value, and i would like to know if there is a way to script it.

One of the field as the value (INV_NR), and is present on evry file. Is it possible write a scipt that would modify automaticly eatch file where :

file0001 ===> (INV_NR) = "ABX0002"
file0002 ===> (INV_NR) = "ABY0003"
file0003 ===> (INV_NR) = "ABZ0001"

Thank you.

rkmcswain
12th Jan 2006, 04:08 am
Greetings,

I m not really familiar to autocad, but i have about 1400 .Dwg file where i need to add a value, and i would like to know if there is a way to script it.

One of the field as the value (INV_NR), and is present on evry file. Is it possible write a scipt that would modify automaticly eatch file where :

file0001 ===> (INV_NR) = "ABX0002"
file0002 ===> (INV_NR) = "ABY0003"
file0003 ===> (INV_NR) = "ABZ0001"

Thank you.

"Add a value"? Do you mean add a TEXT or MTEXT entity with a certain value, or edit an existing entity?