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.

Convert 2 byte to bits
#5
(02.05.2024, 11:50)admin Wrote: Set the event script execution mode to "Last instance only" and add this code:
Code:
if #result == 0 then
  return
end

while true do
  for _, text in ipairs(result) do
    grp.update('5/6/3', text)
    os.sleep(2)
  end
end

Thanks admin. This works great.
Reply


Messages In This Thread
Convert 2 byte to bits - by Joep - 02.05.2024, 07:43
RE: Convert 2 byte to bits - by admin - 02.05.2024, 07:46
RE: Convert 2 byte to bits - by Joep - 02.05.2024, 08:39
RE: Convert 2 byte to bits - by admin - 02.05.2024, 11:50
RE: Convert 2 byte to bits - by Joep - 02.05.2024, 12:04

Forum Jump: