Large Numbers Formating!
Hi,
Is there any way to get working large numbers formating?
I'm using the following code:
It works correctly when the number is between 1 and 999999999999, but for example, if the number is 9999999999999999 I get a output like this:
9999999,999,999,999.00
How I can increase the numbers of digits allowed?
Thanks
Is there any way to get working large numbers formating?
I'm using the following code:
var num = new AW.Formats.Number;
num.setTextFormat("#,###.##");
x_grid.setCellFormat(['', num,'']);
It works correctly when the number is between 1 and 999999999999, but for example, if the number is 9999999999999999 I get a output like this:
9999999,999,999,999.00
How I can increase the numbers of digits allowed?
Thanks
Esteban
March 3,