hello..
I'm have a this custom tag
<!--------add.cfm---------------------------->
<cfparam name="n1" default="0" type="numeric">
<cfparam name="n2" default="0" type="numeric">
<cfset res=n1 + n2>
<!--------end add.cfm------------------------>
I call like this
<cf_add n1="21" n2="10">
<cfoutput>#res#</cfoutput>
but, didn´t worked
thanks.
I'm have a this custom tag
<!--------add.cfm---------------------------->
<cfparam name="n1" default="0" type="numeric">
<cfparam name="n2" default="0" type="numeric">
<cfset res=n1 + n2>
<!--------end add.cfm------------------------>
I call like this
<cf_add n1="21" n2="10">
<cfoutput>#res#</cfoutput>
but, didn´t worked
thanks.