Can not set Decimal and Currency Fields to 0.00 via Script

Can not set Decimal and Currency Fields to 0.00 via Script

I have a Decimal Field and a Currency Field (USD) in a Form ... both defined as having 2 decimal points and initial value of 0.00.

They both display 0.00 when the form is initially displayed.

I have script that does ...

input.Decimal_1 = 0.00;
input.Currency_1 = 0.00;

However, when invoked, the values in the field boxes are displayed as 0.0 ... i.e. just one decimal point.

And when I return to Edit Mode, the commands have been changed to ...

input.Decimal_1 = 0.0;
input.Currency_1 = 0.0;

I believe this is a recent phenomenum ... ZOHO Creator Team please explain and FIX !!!


Gaev