I have a VB6 DLL that I've instantiated from a VBScript script and I want to pick up the String array returned by one of the methods but I'm getting a type mismatch error. Here's an example of what I'm doing.
The VB6 DLL exposes a method as follows:
Is there anyway I could pick up the string array exposed by my VB6 DLL?