the ASP page states that the object returned is of type String(). However
when I try to access an element like myStringArray(1), a type mismatch error
occurs. Anyone have any ideas? Thanks
I don't know that much about your situation, but I do know that
traditionally VB array and arrays in any other language have different type
definitions. So if you are creating your array in C# and trying to get it
as a VBScript array ... you get a type mismatch error.
That would be my guess, hope it helps,
- Maji
> the ASP page states that the object returned is of type String(). However
> when I try to access an element like myStringArray(1), a type mismatch error
> occurs. Anyone have any ideas? Thanks