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.

Batch Writing
#1
Can scripts be used to write the same value to group objects with names containing "WL -" (e.g. group object names: "WL-01, WL-34, WL-20, etc.)
Reply
#2
Use tags:
Code:
objs = grp.tag('my_tag')
objs:write(123)
Reply


Forum Jump: