示例:标签存在
本示例用于检查是否存在特定标签。
Sub CheckTag() If TagDB.TagExists("system\second") Then MsgBox "Tag system\second was found." End If End Sub
提供反馈
Sub CheckTag() If TagDB.TagExists("system\second") Then MsgBox "Tag system\second was found." End If End Sub