20.11.2019, 14:03
Then you need an event script, not a resident script:
Code:
123
value = event.getvalue()
objs = grp.tag('Modus')
objs:write(value)
Writing to multiple objects
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Writing to multiple objects - by christian.troen@haaland.no - 11.11.2019, 07:19
RE: Writing to multiple objects - by admin - 11.11.2019, 08:00
RE: Writing to multiple objects - by christian.troen@haaland.no - 20.11.2019, 13:11
RE: Writing to multiple objects - by Daniel - 20.11.2019, 13:27
RE: Writing to multiple objects - by christian.troen@haaland.no - 20.11.2019, 13:52
RE: Writing to multiple objects - by Daniel - 20.11.2019, 13:56
RE: Writing to multiple objects - by admin - 20.11.2019, 14:03
RE: Writing to multiple objects - by Kai-Roger - 20.11.2019, 19:31
|