You are the Man!
Thanks

David DiPietro
Systems Developer / Engineer
OSU College of Medicine & Public Health
Voice (614) 292-5960
Fax (614) 292-0745


-----Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 17, 2002 3:07 PM
To: CF-Talk
Subject: RE: Want to eliminate the Evaluate


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



______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to