22.09.2020, 12:46
Hi
I try to get atomaticaly Obtect tag from an event script.
where is the way to get TAGS ?
BR
I try to get atomaticaly Obtect tag from an event script.
Code:
id=event.dst
name = grp.alias(id)
tags = 'aa'
alert(name .. " ".. id .. " " ..tags)
BR