|
-
December 16th, 2005, 10:24 PM
#1
Packing Variant into safearray
Can anybody plz tell me how to pack variants into a safearray using VB and then this safearray as a variant to pass to a COM component????
Thanks in advance!
-
December 17th, 2005, 01:55 AM
#2
Re: Packing Variant into safearray
-
December 18th, 2005, 05:17 PM
#3
Re: Packing Variant into safearray
what do you mean pack a variant into a safe array?
VBs arrays are safe arrays, so you can just put the variant in there and pass that as required. But... VBs variant is a COM variant, and so you can use it to pass things around directly anyway if you like. No need to wrap stuff in safe arrays.
Mike
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|