Jason_Beaudoin
06-09-2003, 06:10 PM
I'm trying to create a multi-dimensional array, but I'm getting a "type-mismatch" error.
This is my code:
Dim Main_Vars(6, 6)
Main_Vars(0, 0) = "My string"
Response.Write(Main_Vars(0, 0)) 'This is the line where I get the error.
Any ideas?
Thanks in advance! :thumbsup:
This is my code:
Dim Main_Vars(6, 6)
Main_Vars(0, 0) = "My string"
Response.Write(Main_Vars(0, 0)) 'This is the line where I get the error.
Any ideas?
Thanks in advance! :thumbsup: