From the error message it looks like variables.thisForm is an empty string, which creates an invalid variable name.
At 01:28 PM 1/13/2003, you wrote: >I have the following variable being set in a loop ... CFMX doesn't like it >... and below is the error too ... any suggestions? > >Trying to set: <cfset "form.#variables.thisForm#" = thisItem> > >Error is: > >The string "form." is not a valid ColdFusion variable name. >Valid variable names must start with a letter, and can only contain >letter, numbers, and underscores. > > >Thanks in advance! >Paul Giesenhagen >QuillDesign ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

