Display full version of the post: fields with vba

nsd217
06.08.2008, 15:03
I'm new to this forum so I hope this is the right place to post this question.
 Is there any way using VBA to identify if a block attribute value is a "field"?

Vladimir Michl
06.08.2008, 16:17
You should be able to get into the ExtensionDictionary and check it for ACAD_FIELD.

nsd217
06.08.2008, 16:34
Thanks for the point in the right direction