Answered
How do I do this?
<cfset #evaluate("session.partnumber#x#")#=0>
You can see what I am trying to do, however this will not work
nor
<cfset evaluate("session.partnumber#x#")=0>
nor
<cfset session.partnumber#x#=0>
Any insight would be helpful. Thanks.
You can see what I am trying to do, however this will not work
nor
<cfset evaluate("session.partnumber#x#")=0>
nor
<cfset session.partnumber#x#=0>
Any insight would be helpful. Thanks.