Try: for(var i:int = 0;i < arrName.length; i++)
Tracy Spratt, Lariat Services, development services available _____ From: [email protected] [mailto:[email protected]] On Behalf Of Alexander Tarelkin Sent: Wednesday, July 29, 2009 8:41 AM To: [email protected] Subject: Re: [flexcoders] variables name are in array Where is the breaking condition in the loop? On Wed, Jul 22, 2009 at 12:57 AM, markflex2007 <markflex2007@ <mailto:[email protected]> yahoo.com> wrote: I use a array to save variable names and other to save values,but why the following code doesn't work.please give me a idea. for(var i:int = 0;arrName.length; i++) { arrName[i] = arrValue[i]; } Thanks a lot. Mark -- Alexander Tarelkin Web Developer devexperts.com

