go2sandiego
Programmer
I am having a problem with my Session variable. I have a sub which totals line items and then I want to have that new total added to the Session("total" variable. I know the variable I am setting that equal to is not empty and is a Long. I have tried using a Cstr function (even though they all are var's). I am still getting a mismatch error. I have even put other session variables into that same location and they still error out. What am I doing wrong?! Syntax looks exactly like :
<% Sub linetotal()
blah
blah
Session ("total" = ctotal
end sub
%>
Help!
<% Sub linetotal()
blah
blah
Session ("total" = ctotal
end sub
%>
Help!