How can I add an attribute to an identifier in VB script? I've tried the following code:
attrib1.Identifier = identifier1
However, this replaces any other identifiers that the attribute belongs to. Ie: if originally attrib1 belonged to identifier2 and identifier3, after running the above, it will now only belong to identifier1.