![]() |
Batch Writing - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Batch Writing (/showthread.php?tid=6001) |
Batch Writing - rw_echo - 21.05.2025 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.) RE: Batch Writing - admin - 21.05.2025 Use tags: Code: objs = grp.tag('my_tag') |