Yes.... Use form[x]
Kevin -----Original Message----- From: David DiPietro [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 2:04 PM To: CF-Talk Subject: Want to eliminate the Evaluate There's got to be another way to do this. Any ideas? <cfloop list='#form.fieldNames#' index="x"> <cfset fieldName = '#x#'> <cfset fieldValue = #evaluate('form.#x#')#> #fieldname# = #fieldValue#<br> </cfloop> David DiPietro Systems Developer / Engineer OSU College of Medicine & Public Health Voice (614) 292-5960 Fax (614) 292-0745 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm 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

