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.

grp.tag retreive an exact match
#1
Hi,

When you try to call grp.tag with all the tags of a particular object then an empty table is returned.  When you call grp.tag with a table of strings for all the tags from an object, then the table is returned with that object.

mystring = "a,b,c,d,e"
local fails = grp.tag(mystring,'all')
log(fails)


mytable= {'a','b','c','d','e'}
local works = grp.tag(mytable,'all')
log(works)


Thanks,


Roger
Reply
#2
Thanks, this will be fixed in new FW release. In older version you could only supply a single tag as a string. So in your case "a,b,c,d,e" is assumed to be one tag, not five.
Reply


Forum Jump: