For example, I have a number=12.345678901234567890
I want to show it and other variables on the status bar.
But the number is too long, it is hard to read the notification.
How to change the number accurates to the second decimal place?
Any idea will be good, thanks!
-srjohn
number accurates to the second decimal place
Moderator: Martin
Re: number accurates to the second decimal place
Hi,
You can format a number in a text field that supports variables like this:
{1.2345678,numberformat,0.00}
or when the number is stored in a variable called number:
{number,numberformat,0.00}
Regards,
Martin
You can format a number in a text field that supports variables like this:
{1.2345678,numberformat,0.00}
or when the number is stored in a variable called number:
{number,numberformat,0.00}
Regards,
Martin
Re: number accurates to the second decimal place
Thanks! {number,numberformat,0.00} works!
Thanks for your great APP!
-srjohn
Thanks for your great APP!
-srjohn