>> <cfloop collection="structure" item="I">
>> </cfloop>
> That's exactly what I needed. Perfect! Thanks Marlon
> (and Spike).
In cfscript the syntax is "for in" (as with most languages afaik) ...
for (i in collection) {
...do stuff with collection[i]...
}
s. isaac dealey 954.927.5117
new epoch : isn't it time for a change?
add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477&DE=1
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

