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.

writing values to some groups every hour, 1 day of month from script
#1
Hi,

how better write values to some groups every hour, every day's midnight and every 1st date of the month's from script? I want to create some counters data (up 20), but problem create such script.

BR,

Alex
Reply
#2
Use a scheduled script. You can write a value to multiple objects at once using tags:
Code:
objects = grp.tag('counters')
objects:write(0)
Reply


Forum Jump: