DM-Script: Extract TagGroups of variable/unknown structure
问题 My task seemed to be really easy: Use the TagGroup and extract the tree structure and the data of an unknown structure into the result log. So I want to get the name and the value and all the names and values of the children to be displayed in the results. How do I do this? I have the following (example) Tag structure: The documentation writes about the TagGroup and also contains one example using TagGroupGetTagType() . The returned value can then be used to find the structure. I wrote and