01.02.2021, 09:29
Hello
i should retrieve the object tag value with the following code
If I have more tags how can I retrieve the value of the single tag?
BR
i should retrieve the object tag value with the following code
Code:
------- retry TAGS for mailing dest
tbl = grp.gettags(name)
strTAGS = table.concat(tbl, ', ')
If I have more tags how can I retrieve the value of the single tag?
BR