Sign up now to view this solution! It's quick, easy, and secure to subscribe. We will return you to this solution, unlocked, when you’re done.
I have following 2 numbers.
123456789000000111
22
After adding above two numbers, it should be
123456789000000133.00
but
it is showing
123456789,000000128.00
I am using following code.....
total = Number(total).toFixed(2);
ttl_lbl.text = total.toString();
How can I fix this?
Thanks
Sign up now to view this solution! It's quick, easy, and secure to subscribe. We will return you to this solution, unlocked, when you’re done.
Posted on 2011-04-12 at 10:24:25ID: 36809769
All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.