INTERACT FORUM

More => Old Versions => JRiver Media Center 23 for Windows => Topic started by: RD James on December 15, 2017, 06:46:12 pm

Title: FormatNumber() removes zeros from decimals
Post by: RD James on December 15, 2017, 06:46:12 pm
If I use FormatNumber() to specify a number of decimal places, it will remove zeros.
Instead of a list formatted to two decimal places like:

1.23 dB
4.00 dB
5.60 dB

Media Center displays:

1.23 dB
4 dB
5.6 dB

Which can be awkward to read.
Title: Re: FormatNumber() removes zeros from decimals
Post by: ferday on December 15, 2017, 09:15:03 pm
Try adding

&datatype=[number]

and see if it changes anything
Title: Re: FormatNumber() removes zeros from decimals
Post by: RD James on December 15, 2017, 09:22:43 pm
Doesn't seem to do anything.
Title: Re: FormatNumber() removes zeros from decimals
Post by: ferday on December 15, 2017, 10:04:35 pm
Try [string] instead, maybe it will hold the rounded number

Title: Re: FormatNumber() removes zeros from decimals
Post by: RD James on December 15, 2017, 10:14:07 pm
Still nothing.
I think it's an issue with FormatNumber()
Title: Re: FormatNumber() removes zeros from decimals
Post by: Matt on December 18, 2017, 08:05:21 am
That's just how it currently works.

But for the next build, we'll try this:
Changed: FormatNumber(...) allows trailing zeroes on decimals (previously it would crop them).