Re: Returning an array to vb
- From: hikaru@xxxxxxxxxx
- Date: 14 Dec 2005 16:59:37 -0800
I found my stupid mistake.
In my vb code, I specified VariantType! Ouch!
I changed it to the following (i tried declaring it to Variant, but
visual studio dynamically changed it to Object instead):
Dim test As Object
and i can now access my array!
e.g. strOut = test(0).Name
Brian, thanks for your reply.
.
- References:
- Returning an array to vb
- From: hikaru
- Re: Returning an array to vb
- From: Brian Muth
- Returning an array to vb
- Prev by Date: Re: Returning an array to vb
- Next by Date: Registering a CLSID in MFC application
- Previous by thread: Re: Returning an array to vb
- Next by thread: Registering a CLSID in MFC application
- Index(es):