Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing array to vb dll
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00539866
Message ID:
00539944
Views:
12
>hello all:
>
>can you pass an array to a VB ActiveX DLL?
>
>for example:
>
>DIMENSION FiftyElementArray(50)
>FiftyElementArray(1) = "One"
>etc.
>oObject = CreateObject("Thing.Thing")
>
>would the syntax be:
>
>m_go = oObject.PassArray(FiftyElementArray)
> or
>m_go = oObject.PassArray(@FiftyElementArray)
> or
>m_go = oObject.PassArray(FiftyElementArray(1),FiftyElementArray(2),....)

See this thread Forum: Visual FoxPro Category: Coding, syntax & commands Title: Re: ARRAY() command in Visual Basic Thread #518091 Message #518306 for some pointers.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform