Listall Groups


Recommended Posts

There isn't a built in function for this, but you could easily write a routine to do it for you. It'll be a little slow with lots of tags, but you presumably only need to do it once at startup. Basically do ListAll, and then using Evaluate() with each channel get the group for each channel. Have a second string array and with each group name you get, do a search() in your string array. If its not there, add it to the array using variable.append().

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.