Hi Justin
                <mx:CurrencyFormatter id="Price" precision="2"
                                                          rounding="none"
        
decimalSeparatorTo="."
        
thousandsSeparatorTo=","
        
useThousandsSeparator="true"
        
useNegativeSign="true"
                                                          currencySymbol="$"
        
alignSymbol="left"/>


                                        if(arr[4]==Global._Cty &&
arr[5].toString().indexOf(Global._Prd.substr(0,1))!=-1){
                                                var r1:int=sno++;
                                                var
r2:String=arr[0].toString();
                                                var r3:int=arr[1];
                                                var r4:Number=arr[2];
                                                
                                                var
r5:String=arr[3].toString();
                                                
                                                arrcol2.addItem(new
raghavGrid(r1,r2,r3,numForm.format(r4),r5));
                                        
                                        }
In this example i used currencyformatter in my Apps and r4 variable is int
type raghavGrid is As Class and but not sorted.

Thanks
Raghav 



Reply via email to