Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array and COM
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
01076896
Message ID:
01076907
Vues:
19
in dcom
function _testarray( laarray)
dimension larray[1,2]
larray[1,1] = "a"
larray[1,2] = "b"
endfunc

****
in client
app_com = createobject("mycom")
comarray(app_com,11)
loca array atab[1]

app_com._testarray(@atab)
&&&
call "app_com._testarray(@atab)" geterated error

Best regards
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform