Thanks! :) This makes it allot easier. :)

Ian Skinner wrote:
> Going back to you original question, contrary to Azadi's and Matt's answers, 
> you can do this.  I am not sure this is better then the replacement technique 
> that has already been worked out, but in the names of fairness and 
> completeness.  You could have done something like this.
> 
> <cfoutput query="FAQ">
>       <div class="FAQAnswer">
>               #Evaluate(DE(FAQ.Answer))#
>       </div>
> </cfoutput>
> 
> It requires a combination of the de() 'delay evaluate' and evaluate() 
> functions to get ColdFusion to render variables contained inside of string 
> variables.  No guarantees on how robust this solution is, but it is 
> technically possible.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:313770
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to