TagGroupSubstitution Method Example

This example retrieves the substitution value of the tag group symbol @tag1@.

Dim szSubstitution As String

pic1.TagGroupSubstitution "@tag1@", szSubstitution

This method looks in the currently loaded tag group file for the tag and retrieves the substitution. The TagGroupSubstitution method is only available in the Runtime environment. If you pass it a string that is not a tag group symbol, it will return the same string.