20.09.2017, 15:25
(This post was last modified: 20.09.2017, 15:25 by Erwin van der Zwart.)
Hi,
Add this below value = event.getvalue()
BR,
Erwin
Add this below value = event.getvalue()
Code:
if type(value) == "boolean" then
value = tostring(value)
end
BR,
Erwin