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
@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: '[o
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 adm
3 matches
Mail list logo