> 
>   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]


Reply via email to