Use quotes around the variable name: <cfset "keith#dynamicpart#" = "No">
that should work.... Shawn Grover -----Original Message----- From: Wurst, Keith D. [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:58 PM To: CF-Talk Subject: dynamic cfset I am working on a site where I need to use a cfset inside a cfloop. The tricky part is that I want my variable name to be dynamic. I have been trying the following... <cfset keith#dynamicpart# = "No"> .but as some of you might guess it's not working. The idea would be to get the result of Keithblue = "No" Keithred = "No" Keithgreen = "No" etc, etc. Can anyone point me in a better direction to get this working? Thanks very much for the help. Talk to you later. Keith ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

