This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Script checking tagcache
#1
Hi

I want to, in a loop, check a lot of adresses based on the content of the tagcache. I know that I can create a table with all objects with a certain tag by using the obj = grp.tag(), but I want to check for more than one spesifik tag within a range of objects where some can have "tag1, tag2, tag3" etc, and others maybe just "tag1".

Is there some kind of wildcard I can use for this, like '*tag1*' in the script?

I have a SQL query that finds all the objects I want to check. Within that rage I want to do different things with the objects depending on which tags are on each object. 

Example; all objects containing "tag2"; switch on to 30%, all other objects; switch OFF.
There are 10 kinds of people in the world; those who can read binary and those who don't  Cool
Reply
#2
Just open script and look in to helpers to Multiple object functions(tags) See the provided examples.
------------------------------
Ctrl+F5
Reply


Forum Jump: