
Passing an array from ASP to VB 6 ActiveX component
I'm trying to pass a two dimensional array from ASP to an ActiveX
component writen in VB 6. At this juncture, I'm lost and can not get
it to work.
Can someone give me a sample of how to pass it to the component?
Also, I need to know hot to receive it in the component. For
instance, do I receive it ByRef? And, how do I iterate through it
once I have it in Visual Basic? Thank you.