Hi,

I trying to track down an example of a Script component that iterates
over a list.   The ${expression} syntax seems easy enough, but I'm
unclear how create the equivalent of a foreach in Script component
land.

The desired result is something like this:

<script type="text/javascript">

        var scrollingContentElement=new Array();
        
        <start foreach list, anObject, index>
                scrollingContentElement[${index}] = '${anObject.frameContent}';
        <end foreach>
        
</script>

Can someone point me in the right direction?

Thanks in advance.
Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to