[flexcoders] Re: For Each loop with ArrayCollection

2006-08-14 Thread michrx7
Thanks for your help... I got it by doing the following: for each (var testcompanyValue in testCompany) { for each (var testcompanyValue2 in testcompanyValue) { mytestcompanyOutput = mytestcompanyOutput + testcompanyValue2.toString() + \n; } } -- Flexcoders

[flexcoders] Re: For Each loop with ArrayCollection

2006-08-13 Thread michrx7
Ok, I tried that and now I get the following error when running the app: Error: Unknown Property: '[object Object]'. at mx.collections::ListCollectionView/http://www.adobe.com/2006/actionsc ript/flash/proxy::getProperty() at admin_AddCompany/::checkcompanyHandler() at

RE: [flexcoders] Re: For Each loop with ArrayCollection

2006-08-13 Thread Bjorn Schultheiss
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of michrx7Sent: Monday, 14 August 2006 3:23 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: For Each loop with ArrayCollection Ok, I tried that and now I get the following error when running the app:Error: Unknown Property: '[object Object