Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passin a array from ASP VBScript to a VFP COM component
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00386493
Message ID:
00386527
Views:
15
Look into the COMARRAY() function. Also, you have to pass the array by reference (precede array name with @), otherwise you pass only the first element.

oComObject.Method(@MyArray)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform