Thanks David. I'll give it a try in the morning. On Wed, May 28, 2008 at 4:47 PM, David Faynzilberg < [EMAIL PROTECTED]> wrote:
> Try this > > > > <?xml version="1.0" encoding="utf-8"?> > > <mx:Label xmlns:mx="http://www.adobe.com/2006/mxml"> > > <mx:Script> > > <![CDATA[ > > import mx.formatters.NumberFormatter; > > private var > numberFormater:NumberFormatter = new NumberFormatter(); > > override public function set > data(value:Object):void { > > text= "$ " + > numberFormater.format(value[listData["dataField"]]); > > } > > ]]> > > </mx:Script> > > </mx:Label> > > > > Thank you > > * * > > *David Faynzilberg*** > > *Software Developer/Analyst* > > > > *TRX* > > *6 West Druid Hills Drive*** > > *Atlanta** Georgia 30329 USA* > > *Office: 404 417-7135* > > > > [EMAIL PROTECTED] > > * * > > This message is intended only for the use of the Addressee and may contain > information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended > recipient, dissemination of this communication is prohibited. If you have > received this communication in error, please erase all copies of the message > and its attachments and notify us immediately. > ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
