Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array parameter to COM object.
Message
De
17/08/1999 14:23:58
 
 
À
17/08/1999 13:35:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00254573
Message ID:
00254630
Vues:
21
>Can someone tell me how to properly send an array as a parameter to a method in a COM object? Right now its just sending the first element or something (hard to debug COM objects).
>
>The syntax I am using is:
>
>var = objref.calc("blah","blah",@marray)
>
>Thank alot.
>
>Matt

Try:

comarray( objref, 11 )
var = objref.calc("blah","blah",@marray)

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform