> Last year you gave $#lsnumberformat(lastyear, "9.99")# to support our work. > This year we hope you'll give $#lsnumberformat(lastyear*2, "9.99")#. > > My mailer routine uses evaluate against the string to parse out those > values, then it is sent out via cfmail inside a loop. If Evaluate() isn't > recommended, is there a better way to do this? Typically this type of > mailing might go out to 10 or 12 thousand emails at once.
You mean you create a textual email template for each new mailing which includes some raw CFML for the mail-merge fields? That seems a pretty good case for using Evaluate() to me. Unless it's giving you bad performance problems - if so, I guess you would be forced to restructure your system so that your email template is no longer "data", but a compiled CFML template. Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238029 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

