Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passin a array from ASP VBScript to a VFP COM component
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00386493
Message ID:
00386527
Vues:
14
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform