
Passing an Array from an Active X .dll to ASP
Make your function return a variant, or if you are passing the array out
through a parameter, make sure that it is a variant.
All you have to do then is to assign the array to the variant.
Brian Griffin
Quote:
> Can someone tell me where I can find out how to pass an Array from an
Active
> X .dll to ASP?