Hi Mike

Its some thing like this


<cfloop list="#form.fieldnames#" index="x" delimiters=",">
<tr>
     <td>
      <cfoutput>#x#</cfoutput>
     </td>
     <td>
       <cfoutput>#evaluate(x)# </cfoutput>
      </td>
</tr>
</cfloop>


Ok Cool..

Nagraj


> I have the following code:
>
> <cfloop list="#form.fieldnames#" index="x" delimiters=",">
> <tr>
>      <td>
>       <cfoutput>#x#</cfoutput>
>      </td>
>      <td>
>        <cfoutput>#form.#x## </cfoutput>
>       </td>
> </tr>
> </cfloop>
>
>
> The value for the form field throws an error the way I am doing it. I am
> not familiar with the Evaluate function and the concatonation of
> strings, is this what I should do?
>
> Thanks for any help or explanation.
>
> Mike
>
> ===================================
> Michael T. Tangorre
> Web Applications Developer
>
> Alfred University Webteam Slave  :-)
> [EMAIL PROTECTED]
> AIM: CrazyFlash4===================================
> "Friends don't let friends code before
coffee!"===================================
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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