>
> I don't get where you're getting the variables on line ...
> <cfloop collection="#url#" item="variables.itm">
> Are you cfsetting URL variable and I've never seen the
> variables.itm ... what's this?


The url variable is always available. It is a structure.  variables.itm is
any old variable that you name in the 'item' property in cfloop. It looks a
little odd because it is being explicitly put in the 'variables' scope (look
it up). You would do this to avoid variable naming confusion and
duplication.

Dominic

-- 
Blog it up: http://fusion.dominicwatson.co.uk


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297181
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to