I need to get the length of an IWS array tag or Aveva Edge project tag using VBScript. I have been trying "UBound()" but it only works for VBScript variables. I have looked for a built-in function but didn't find anything.
Any help?
I need to get the length of an IWS array tag or Aveva Edge project tag using VBScript. I have been trying "UBound()" but it only works for VBScript variables. I have looked for a built-in function but didn't find anything.
Any help?
Dear Javier,
You can use the following function "TagsDBGetTagProperty"
Open help for a description on how to use this function.
Best regards.
Dear Javier,
You can use the following function "TagsDBGetTagProperty"
Open help for a description on how to use this function.
Best regards.