You needed <cfset linkItems = "Drivers,Security,Search,Partner,Admin" /> <cfloop index="linkIndex" list="#linkItems#">
Note the pound signs. -----Original Message----- From: Mark Henderson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 June 2005 12:02 To: CF-Talk 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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209374 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

