convert field to text

convert field to text

Anonymous
Not applicable
16,371 Views
13 Replies
Message 1 of 14

convert field to text

Anonymous
Not applicable

Hi, 

I have a autocad 2010 file with a lot of field. I want to convert all of them to text in one time. I have tried some lisp command but it did not work. Could you help me, please? My autocad file is in attached file.

Accepted solutions (2)
16,372 Views
13 Replies
Replies (13)
Message 2 of 14

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

if you can live with MTEXT objects instead of TEXT objects the the command _TXT2MTXT (from the express tools >>>details<<<) can do that, that kills out the field-definition and takes it's resulting value.

 

HTH, - alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 3 of 14

Anonymous
Not applicable

i can't do this one time for all the fields, i have 500 fields. By using this methode and if i choose sevel fields in the same time, the fields change their position.

0 Likes
Message 4 of 14

vladimir_michl
Advisor
Advisor
Accepted solution

You can use the FLD2TXT utility from CAD Studio freeware - www.cadstudio.cz/freeware

 

Vladimir Michl, www.cadstudio.cz  www.cadforum.cz

 

Message 5 of 14

imadHabash
Mentor
Mentor
Accepted solution

Hi,

 

you can either disable all fields by changing FIELDVAL system variable to 0, even you can change the appearance of Fields (gray background) by changing FIELDDISPLAY value.

 

 

Imad Habash

EESignature

Message 6 of 14

Anonymous
Not applicable

Thanks

0 Likes
Message 7 of 14

Anonymous
Not applicable

thanks,

 

0 Likes
Message 8 of 14

leothebuilder
Advisor
Advisor

The FLD2TXT is a great time saving utility !!  Thank you...........

 

I am not familiar with .vlx lisp applications but it would be great to be able to set the imported page setup "current"

0 Likes
Message 9 of 14

vladimir_michl
Advisor
Advisor

Pardon? Which imported page setup? FLD2TXT just converts fields (of any type) to plain texts.

 

Vladimir Michl, www.cadstudio.cz - www.cadforum.cz

 

0 Likes
Message 10 of 14

leothebuilder
Advisor
Advisor

Sorry, I have my messages mixed up.

I downloaded FLD2TXT utility and that worked great.

 

Then I also downloaded the CopyPageSetups which also worked great !

And the CopyPageSetups prompted me to comment about the ability to set a PageSetup "current".

I realize that your utility can copy mulitiple page setups ant once into a folder with drawing files, and that would

complicate to set one of those as "current".

I generally just use one page setup.

0 Likes
Message 11 of 14

Anonymous
Not applicable

FLD2TEXT can't be use on AutoCAD LT..

any other solution for LT?

 

0 Likes
Message 12 of 14

cadffm
Consultant
Consultant

I can't tell you all important things because it is object type -depending and so there is a lot to explain,

so i describe the most universal-way-with-most-less-problems.

 

1. In YOUR.DWG: Select JUST all Objects with fields, start command WBLOCK and change nothing in the dialog - except the filename and path if you like.

  Move the original objects by side as backup or delete them.

 

2. Open the new created file, save the file as DXF R12

 

3. Back in YOUR.DWG, use command INSERT to insert the new created file as block and explode the blockreference.

 

 

Sebastian

Message 13 of 14

Anonymous
Not applicable

thanks bro..it's work fine.
awesome..!!

0 Likes
Message 14 of 14

rrappMTQPG
Observer
Observer

txt2mtxt - type se for [SEttings]: - uncheck 'Combine into a single mtext object', with selection set selected, all fields converted to text in mtext objects that remain in place.