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:
00386551
Views:
20
Hi:

COMARRAY() run fine in a VFP/VFP(COM) environment but don't work (I think) in a VBScrip (ASP)/VFP(COM) environment... Perhaps in VFP 7.0

Best,

>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
Reply
Map
View

Click here to load this message in the networking platform