Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array parameter to COM object.
Message
From
17/08/1999 14:23:58
 
 
To
17/08/1999 13:35:27
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00254573
Message ID:
00254630
Views:
20
>Can someone tell me how to properly send an array as a parameter to a method in a COM object? Right now its just sending the first element or something (hard to debug COM objects).
>
>The syntax I am using is:
>
>var = objref.calc("blah","blah",@marray)
>
>Thank alot.
>
>Matt

Try:

comarray( objref, 11 )
var = objref.calc("blah","blah",@marray)

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform