Click to See Complete Forum and Search --> : Passing String Array to VB from server


zstoja
June 5th, 1999, 01:16 PM
Hi,

How to pass array of strings from server (COM)
to Visual Basic?

Zoran.

Wayne Fuller
June 5th, 1999, 02:27 PM
Use SAFEARRAY, I posted a routine earlier. Do a search on SAFEARRAY and you will find it.

Wayne