Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing array by reference from ASP to VFP COM Object
Message
 
To
14/06/1999 09:58:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00229415
Message ID:
00229452
Views:
17
You need place "@" sign in front of the array to pass by reference, otherwise you only pass the first element. (oComObject.Method(@MyArray)

There is a ComArray() function in VFP that allows you to determine how arrays are passed to COM objects. Good information.

Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform