I have this code.

<CFSET a = 1>
<CFSET b =2>
<CFSET c = a + b>
<CFOUTPUT>#c#</CFOUTPUT>

this always shows 5. anyone know why? Is this a known bug?

Reply via email to