Hi,

 

In flex 2 b3, it was allowed to do this:

 

rivate function fcnTest():void

{

for (var i:Number=0;i< 10;i++){

            //do sthing                                            

}

for (var i:Number=0;i< 10;i++){

            //do something more                                         

}

}

 

In 2.0 final, I get Duplicate variable definition.

 

Should I only declare it once before every loop?

 

Jonas

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to