Skip to Main Content
Need Support? Let’s guide you to the right answer or agent.
Status Needs review
Categories General
Created by Guest
Created on Apr 8, 2026

Configuration Parser to examine final value of a variable

It would be very helpful if we had a tool that would allow us to see the final, parsed values from the configuration code. Not the final variable definition, but the actual values MicroStation is using.

For example, if I want to explore the MS_DGNLIBLIST variable, I want to see a list of actual file names. Not $(USTN_ORGANIZATION)dgnlib/*.dgnlib. I want to see that actual file names that variable definition gives me. That would make it easier to track down files that should be included (but aren't) or are included (but shouldn't be).

As it is, I know of no way to get this fully parsed information without a lot of effort from the user.