The evaluate function wasn't working in my testing. You can also approach your problem this way.
<cfquery name="FilesInfo" datasource="Library">
select description
from areas
where area_id = #area_id#
</cfquery
<cfset var = "12345678">
<cfset newText = Replace(FilesInfo.descript
<cfoutput>#newText#</cfout
Main Topics
Browse All Topics





by: pegarmPosted on 2006-11-09 at 01:20:58ID: 17904925
Try this:
nfo.descri ption)#</c foutput>
<cfquery name="FilesInfo" datasource="Library">
select description
from areas
where area_id = #area_id#
</cfquery
<cfoutput>#evaluate(FilesI