3 hours ago
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.
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