Answered
return a value from a custom tag ?
For example, if I have a custom tag that calcs area, eg
<cf_calcArea width="2" height="3">
How do I return the answer so I can put it in a variable ?
<cfset variables.answer = <cf_calcArea width="2" height="3">>
