0
How to force a value to be integer not a float?
hi,
is it possible to force a value in the channels/feedbacks via JS to be a integer and not a float?
when setting a feedback via JS like setting it to 100, is shows up as 100.000000
best regards,
martin lang
Customer support service by UserEcho
Hi
To do this, when assigning to the feedback add a .toString()
:)