G
Guest
Hello,
I have a web project in Visual Basic 2005. I want to create a session
variable in the "global.asax" file as an array of strings type. The syntax I
use is the following:
Session("MyArray")(10, 10) = ""
but I get an error. I think that I don't know the syntax correctly. Someone
knows it?
Thanks, John.
I have a web project in Visual Basic 2005. I want to create a session
variable in the "global.asax" file as an array of strings type. The syntax I
use is the following:
Session("MyArray")(10, 10) = ""
but I get an error. I think that I don't know the syntax correctly. Someone
knows it?
Thanks, John.