Remove the trailing ".0" from integer numeric values

Please could you remove the trailing “.0” from integer numeric values? I’m trying to use the numeric value to store a phone number, but due to the trailing decimal place it adds a 0 to the recipient’s phone number, making it impossible to send an SMS.

This is now fixed!
We store numbers internally with two decimals, but if they happen to be .00, we will now truncate them during output.
So you can now store a phone number in a numeric variable :smiley:

1 Like