This does the same thing as his: <cfset foo = "fee fi fo fum #variable# this is dynamic content">
My guess is he was saying for the value of "variable" to not be put into foo until the time that it was outputed instead of when set. On 4/18/06, Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions < [EMAIL PROTECTED]> wrote: > > 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:238033 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

