ajr
February 14th, 2001, 03:25 PM
Hi,
I´m putting a array of 2 dimension on Session() object with
dim myarray(3,6)
Session("myarray") = myarray
When I retrieve the array with
myarray = Session("myarray")
and test it with vartype() I get code 8 (note array) and with typename(array) I get a string sub type.
And if I trie to get UBound(array), I get type mimatch.
How can I correct it?
I´m putting a array of 2 dimension on Session() object with
dim myarray(3,6)
Session("myarray") = myarray
When I retrieve the array with
myarray = Session("myarray")
and test it with vartype() I get code 8 (note array) and with typename(array) I get a string sub type.
And if I trie to get UBound(array), I get type mimatch.
How can I correct it?