18.03.2019, 22:03
Hi,
Try this:
BR,
Erwin
Try this:
Code:
tagname = 'tag name'
for _, obj in ipairs(grp.tag(tagname)) do
if obj.value then
return
end
end
log('All objects are false')
Erwin