Hi All, I know this problem has come up dozens of times, but I'm still stuck after days of mind-numbing surfing... drool.

I've got an ActiveX dll (in VB6) that will return doubles to my ASP page just dandy. I can send it arrays fine. But when I get an array back I can't access the values in it.

Ubound, Lbound, IsArray, VarType and IsEmpty of the returned array are all correct but as soon as I do something like: X=myArray(1,0) , I get the Type Mismatch error!

Any ideas? Please Please please!
Thanks a lot!
Tom