Hi all,
Very simple question, is it possible to add the contents of session
variables?
for example I have 2 session variables, product1 & product2 , if I try and
add them I get a "type mismatch" error.
i.e. total = session("produc t1") + session("produc t2")
I've tried session("produc t1").contents or session("produc t1").value then I
get an error of "object required".
Any ideas?
TIA
Rob
Very simple question, is it possible to add the contents of session
variables?
for example I have 2 session variables, product1 & product2 , if I try and
add them I get a "type mismatch" error.
i.e. total = session("produc t1") + session("produc t2")
I've tried session("produc t1").contents or session("produc t1").value then I
get an error of "object required".
Any ideas?
TIA
Rob
Comment