> cfoutput
> cfset field#x# = '#somevalue#'
> /cfoutput

        Ya that's dynamic variables.

<CFSET "field#x#" = somevalue>

        Although... if you were looping, you could also just make field an
array and then access/set field[x] elements.






      Tariq Ahmed - [EMAIL PROTECTED] - Senior Web Architect
         TIBCO Finance Technology - Professional Web Services
      Work: 650-461-3472   Cell: 650-799-6636   Fax: 650-461-3003
             3375 Hillview Avenue. Palo Alto, CA. 94304.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to