Passing an Array from an Active X .dll to ASP 
Author Message
 Passing an Array from an Active X .dll to ASP

Can someone tell me where I can find out how to pass an Array from an Active
X .dll to ASP?


Mon, 25 Aug 2003 07:23:31 GMT  
 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?



Tue, 26 Aug 2003 11:10:39 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Passing a ADODB.RecordSet from ASP into a VB Active-X DLL

2. Passing Array to VB Active X DLL ??

3. passing array from vba to active x dll

4. Pass array from ASP to VB ActiveX DLL

5. Passing array from ASP (VBScript) to DLL and back

6. Passing arrays from VB DLL to ASP

7. passing array from componet to asp: cann't display all the infor from asp

8. Passing array from VB to DLL and returning array

9. passing 2Dim array to DLL swaps rows/cols (continued DLL thing)

10. DLL: Passing an array as a parameter to a DLL

11. Passing a 2-D array from one dll to another dll

12. passing 2Dim array to DLL swaps rows/cols (continued DLL thing)

 

 
Powered by phpBB® Forum Software