integer rermove decimal ATS

1
how to remove the decimal in ats i dont want the next integer. 2.9 = 2 not 3
asked
1 answers
1

First you do a get value.

Next you make a JavaScript integer and  put the get value in argument [0].

In the script you copy past.

return Math.floor(arguments[0]);

Then you choose set value and set the script at value.

answered