Just wondering out loud... Is it possibly treating $$ as $, like for
quotes and hashes? Also, try it without any variables ie. Replace("ABC
$$UserCount XYZ", '$$UserCount$$', "999", "ALL"), then introduce them 1
at a time until it breaks.-----Original Message----- From: Phillip M. Vector [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 3:08 PM To: cf-talk Subject: Re: Won't evaluate? Claude Schneegans wrote: > >>Replace(FAQ.Question, '$$UserCount$$', usercount, "ALL") > > It may also be an question of upper/lower case. > Are you sure you always have "UserCount" ? > If not, use replaceNoCase() instead. It's exactly that. > >>just doesn't show any usercount. > > Does it show any '$$UserCount$$' then ? Yes. Here is what it shows.. =========================== What is LARP? $$UserCount$$ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313761 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

