s the right approach (limiting character count)
> __
> De : Virat Patil [virat.pa...@mastek.com]
> Envoyé : lundi 20 janvier 2014 05:26
> À : users@flex.apache.org
> Objet : RE: Number Formatter Query
>
> Thanks for the reply
> This was kind
@flex.apache.org
Subject: Re: Number Formatter Query
Regarding money, you probably know better than I since you work directly with
the banks, but I was recalling going to Bali many years ago where their 100,000
note was worth about USD2. I wonder if their banks would hit the 10^15 maximum
me, Flex will probably need a good library for this.
>
>On 1/17/14 8:51 AM, "Maurice Amsellem"
>wrote:
>
>>What could be the real-life use case for such huge figures ? is it a
>>physics or math application?
>>
>>Maurice
>>
>>-Messa
[mailto:aha...@adobe.com]
Envoyé : vendredi 17 janvier 2014 18:32
À : users@flex.apache.org
Objet : Re: Number Formatter Query
Could be money too. I've been told that financial apps need this.
Or storage. I think petabytes push the maximums.
At some point in time, Flex will probably need a g
such huge figures ? is it a
>physics or math application?
>
>Maurice
>
>-Message d'origine-
>De : Virat Patil [mailto:virat.pa...@mastek.com]
>Envoyé : jeudi 16 janvier 2014 12:26
>À : users@flex.apache.org
>Objet : RE: Number Formatter Query
>
>Sor
What could be the real-life use case for such huge figures ? is it a physics
or math application?
Maurice
-Message d'origine-
De : Virat Patil [mailto:virat.pa...@mastek.com]
Envoyé : jeudi 16 janvier 2014 12:26
À : users@flex.apache.org
Objet : RE: Number Formatter Query
;;
>var formatter:NumberFormatter=new NumberFormatter();
>value =formatter.format(value);
>trace(value);
>
>After trace the value i get is this "15,000,000,000,000,000,000"
>
>-Original Message-
>From: Virat Patil
>Sent: Thursday, January 16, 2014 4:
al Message-
From: Virat Patil
Sent: Thursday, January 16, 2014 4:39 PM
To: users@flex.apache.org
Subject: Number Formatter Query
Hello
I am trying to format value using number formatter.
This is my test Code
var value:int="14999188.00";
var formatter:NumberFormatte
Hello
I am trying to format value using number formatter.
This is my test Code
var value:int="14999188.00";
var formatter:NumberFormatter=new NumberFormatter();
value =formatter.format(value);
trace(value);
After trace the value i get is this "15,000,