HI Guys!
How to pass an array of strings to a dll ? I have created a dll with declaration as:
Public Function Authorize(Uid as Variant, xyz() as variant).

I can even change the declaration of the function,if necessary, so, any other syntax for declaring the array is welcome.
From my main program how to pass an array say a() to this dll ?

Hand in Hand we Walk towards SUCCESS.