That's because the list in example 2 is simply "linkItems". It would work if you had
<cfloop index="linkIndex" list="#linkItems#"> HTH Aaron ----- Original Message ----- From: "Mark Henderson" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Tuesday, June 14, 2005 2:02 PM Subject: RE: Appending variable names to CFSET > Thanks Ricardo. I got it working and it wasn't the variable causing my > trouble. > > If I do this: > <cfloop index="linkIndex" list="Drivers,Security,Search,Partner,Admin"> > > Instead of this: > > <cfset linkItems = "Drivers,Security,Search,Partner,Admin" /> > <cfloop index="linkIndex" list="linkItems"> > > It works. Go figure. > > Adieu > Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209375 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

