Can variables be added in CFOUTPUT Like: <CFOUTPUT> #variable1#+#variable2# </CFOUTPUT> and the result would be a display of the total of the two variables. Or, does this have to be done only in a CFSET? If it can be done, what is the correct syntax? Thanks.
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. -Douglas Adams (1952-2001)
I figured as much, but it is nice... often, evaluate was the only function you could use to add and its a function you should avoid using... So #()# is nice.
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.