Unless I missed something,  there is no need to treat as a structure or use
DE() or Evaluate().

<cfset foo = "fee fi fo fum " & #variable# &" this is dynamic content">


<cfoutput>
#foo#
</cfoutput>


This would work just fine.






-----Original Message-----
From: Russ Michaels [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 18, 2006 12:04 PM
To: CF-Talk
Subject: Re: Evaluate vs ?


that's not really true claude,

take the following.

<cfset foo = "fee fi fo fum #variable# this is dynamic content">

You would need to use DE() and Evaluate() to output the content of foo 
properly with any variables displayed, there is no way to treat that as a 
struct.

Russ


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238032
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to