Re: Number Formatter Query

2014-01-20 Thread Franck Wolff
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

RE: Number Formatter Query

2014-01-19 Thread Virat Patil
@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

Re: Number Formatter Query

2014-01-17 Thread Alex Harui
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

RE: Number Formatter Query

2014-01-17 Thread Maurice Amsellem
[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

Re: Number Formatter Query

2014-01-17 Thread Alex Harui
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

RE: Number Formatter Query

2014-01-17 Thread Maurice Amsellem
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

Re: Number Formatter Query

2014-01-17 Thread Alex Harui
;; >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:

RE: Number Formatter Query

2014-01-16 Thread Virat Patil
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

Number Formatter Query

2014-01-16 Thread Virat Patil
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,