> -----Original Message-----
> From: Hayes, David [mailto:[EMAIL PROTECTED]]
> fields.  Make sense?  I was hoping I could do something like this:
> 
> <cfloop index="test" list="#FORM.fieldnames#" delimiters=",">
> #test# :     #FORM.#test##  <br>
> </cfloop>
> 
> Yeah, but I can't.  Any thoughts?

Do #evaluate(test)# instead of #FORM.#test##. like this:

#test#:   #evaluate(test)#

rgds

* Holger Lockertsen, Solutions Developer
* Pixelduck AS - Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]
* http://www.pixelduck.com/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to