Hello. Does this work for anybody? I'm don't get anything escaped when I try this. It just returns the string as is.
<cfset str = "hello world & <>" /> <cfset strEscaped = HTMLEditFormat( str ) /> <cfoutput>#strEscaped#</cfoutput> I understand that its main purpose is to do this <cfoutput>#HTMLEditFormat(strEscaped)#</cfoutput> But thats not what I'm trying to achieve. Thanks. Damien ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311661 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

