I have created a tag. I want it to read the filename.
I can not add a field (or do not know how).
Is there not a variable or something I can use to automatically add this data?
Something like $filename$ or the like.
Unknown said:I have created a tag. I want it to read the filename
You can't do that with tags alone, I'm afraid.
You could write some VBA code to do that. Alternatively, take a look at text fields (MicroStation V8i) or ItemTypes (MicroStation CONNECT), both of which may do what you want.
Please clarify which version of MicroStation you are using.
Regards, Jon Summers LA Solutions
Unknown said:Text: %Production Data%... etc What is the percent signed used for?
No idea. It's nothing to do with MicroStation tags. Can you post a small sample DGN file?
Here is a sample of a similar client that is posted on a public site.AEC_G-001.dgn
Unknown said:Here is a sample of a similar client that is posted on a public site
Thanks!
I can see four tag sets defined in that DGN file. Key-in DIALOG TAGS SETS to see what I see. The tag sets and tag definitions all have regular names.
Some of the tag values have percent sign prefix and suffix (e.g. %STATUS%). That idiom must be something that your client uses for his own purpose.