Whoops, here it is, correctly...
<cfset i = 1>
<cfloop condition="IsDefined('form.cost_#i#') EQ true">
   <!--- Your process goes here. --->

   <cfset i=i+1>
</cfloop>



> -----Original Message-----
> From: David Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 30, 2002 9:53 AM
> To: CF-Talk
> Subject: RE: CF Wishlist
>
>
> In the meantime, let me contribute this method...
>
> <cfloop condition="IsDefined('form.cost_#i#') EQ true">
>   <!--- Your process goes here. --->
>
> </cfloop>
>
> It's not perfect, but it works...
>
>
>
> > -----Original Message-----
> > From: David Schmidt [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 30, 2002 9:42 AM
> > To: CF-Talk
> > Subject: CF Wishlist
> >
> >
> > Ok,
> >
> > Have carefully considered what I want from CF, the most
> striking feature I
> > want to see is...
> >
> > "Stop treating empty list items as null."  That is a list of
> "3,5,,,3,2,2"
> > should have a length of 7, instead of 5.  Doing this would nearly
> > eliminate
> > the need for any field names like name="cost_#i#", since HTML sends back
> > "3,5,,,3,2,2" for duplicate text fields named "cost" anyways.
> >
> >
> >
> 
______________________________________________________________________
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

Reply via email to