1/23/2025 10:19 AM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi Nico R 14, The TagSet object is designed to access a list of tags within it on access, resulting in better performance. However, to create a TagSet object, you must pass an array of tag names to the CreateTagSet method. So you can use a loop to put the tag names into an array, but then you should use the TagSet object outside of the loop. Kind regards |
Follow us on