Or even:
<cfloop collection=#form# item=this>
        <cfoutput>#this#=#form[this]#</cfoutput><br>
</cfloop>

> -----Original Message-----
> From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
> Sent: 27 August 2002 10:21
> To: [EMAIL PROTECTED]
> Subject: Re: [ cf-dev ] the evils of evaluate revisited
> 
> 
> > 
> >   the other week we had a debate re the use of Evaluate()
> > so how would one do this without the Dread function?
> > Matt
> > 
> > 
> 
>  <cfif isdefined("form.fieldnames")>
>       <cfloop list="#form.fieldNames#" index="this">
>               <cfoutput>#this#=#form[this]#</cfoutput>
>       </cfloop>
> </cfif>
> 
> And thats it.....
> 
> ;o)
> 
> Stephen
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 
> 
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]


Reply via email to