I am trying to loop over components. Like Labels and text. So depending
on how many records I return it outputs that many sets of labels and
text components.
--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> 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: [email protected] [mailto:[EMAIL PROTECTED]
On
> Behalf Of Jeremy Rottman
> Sent: Monday, April 24, 2006 4:50 PM
> To: [email protected]
> 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




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