You can use
change [variable v] by ((-1) * ((variable) mod (1)))
Offline
Do you want to simply remove the decimal? Round off to the nearest whole number? If a) you can use:
set [variable v] to (round ((variable) - (0.5)))If b) it's simply:
set [variable v] to (round (variable))
Offline