Jeremy, have you looked at the for loops?

for (var i:Number=0;i<myArray.length;i++) {
  oElement = myArray[i];
}

Or

for (var key in myObject) {
  oTemp = myObject[key];
}

Tracy

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeremy Rottman
Sent: Monday, April 24, 2006 4:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Looping output

In my application, I have a section where I need to output text that
is returned from my cfc. The cfc returns an array, is there away to
loop output text.






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










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




YAHOO! GROUPS LINKS




Reply via email to