The problem that I see is that you are setting the value of tmp to be the
string <cfset t=2><cfoutput>t</cfoutput>.
I believe George posted a solution earlier...
<CFSET tmp = t>
<CFSET t = 2>
<CFOUTPUT>#t#</CFOUTPUT>
or something similar....
Polyno� - Emmanuel Pinard put into words:
>thanks, i already tried what you said but:
>
>in the source(in my browser) of my test.cfm page i can see it:
>
>
> <td valign="top" width="609" class="txtn">
> <!-- Debut partie Droite --><br><br>
> <blockquote>
> #evaluate("<cfset t=2><cfoutput>t</cfoutput>")#
> </blockquote>
> </td>
>
>
>when i call my page, i do a request in the database where i find the value
>of tmp: tmp="<cfset....." and when i call tmp, it's not interpreted by
>coldfusion as a variable but only as a string
Judith Taylor
ICQ: 67460562
Freelance ColdFusion Developer - Athens, OH
Friends don't let friends code before coffee.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists