Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing array to vb dll
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Passing array to vb dll
Divers
Thread ID:
00539866
Message ID:
00539866
Vues:
42
hello all:

can you pass an array to a VB ActiveX DLL?

for example:

DIMENSION FiftyElementArray(50)
FiftyElementArray(1) = "One"
etc.
oObject = CreateObject("Thing.Thing")

would the syntax be:

m_go = oObject.PassArray(FiftyElementArray)
or
m_go = oObject.PassArray(@FiftyElementArray)
or
m_go = oObject.PassArray(FiftyElementArray(1),FiftyElementArray(2),....)
Bruce Strom

Prayer of St Ephrem:
O Lord and Master of My Life,
Take from me the spirit of sloth, meddling, ambition and vain talk.
But give me a spirit of prudence, humility, patience and love.
Yes Lord and King grant me to see my own sins and faults
and not judge my brother.
For You are Blessed Forever and Ever. Amen.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform