08.07.2017, 22:54
mr Erwin hi .
value = event.getvalue(here what kind value is ? object? 1/1/5?)
if value == "yourasciistring1" then
grp.update('1/1/1', 1)
elseif value == "yourasciistring2" then
grp.update('1/1/1', 2)
else
grp.update('1/1/1', 0)
end
thanks!
value = event.getvalue(here what kind value is ? object? 1/1/5?)
if value == "yourasciistring1" then
grp.update('1/1/1', 1)
elseif value == "yourasciistring2" then
grp.update('1/1/1', 2)
else
grp.update('1/1/1', 0)
end
thanks!