Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters
Message
De
15/05/2001 17:28:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00507553
Message ID:
00507565
Vues:
8
>Does anyone know how to pass an array of strings to a com object, we can't seem to get it to work by value or reference. Thanks for any help!
>John


You'll need to pass an array by reference:

ox = CREATEOBJECT("MyComm")
ox.Method(@MyArray)
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform