Is there an analogous solution to looping through the fields of a query?

-----Original Message-----
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

<cfloop index="fields"  list="#form.fieldnames#" delimiters=",">

Put whatever processing on the fieldnames you need here

</cfloop> 
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to