05.07.2016, 10:04
Hi,
Looks like removealltags is not working in the latest beta
Also, changes to tags on objects via script do not appear in the objects tag without having to refresh the browser.
Thanks,
Roger
Looks like removealltags is not working in the latest beta
Code:
local all=grp.all()
local gr
for k,i in pairs(all) do
if(i.name ~= nil) then
gr= i.address
grp.removealltags(gr)
end
Also, changes to tags on objects via script do not appear in the objects tag without having to refresh the browser.
Thanks,
Roger