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.

Copy value to another GA multiple times
#4
Maybe someone can help me why this isn't working?

This is working fine
Code:
prefix = '56/0/'
for i = 20, 1, -1 do
  value = grp.getvalue(prefix .. (i - 1))
  grp.checkupdate(prefix .. i, value)
end

Code:
prefix = '56/0/'
for i = 20, 201, -1 do
  value = grp.getvalue(prefix .. (i - 1))
  grp.checkupdate(prefix .. i, value)
end
But this one doesn't, the only thing that was change is the last part of the groupadres, it has a 3 digit.
Is it possible to get this working too?

I have group object from 200 til 220 that i would move, like the first script is doing.
All the group addresses have the same data type too.
Reply


Messages In This Thread
RE: Copy value to another GA multiple times - by Dré - 31.12.2022, 11:00

Forum Jump: