Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to pass an array into a function or Sub?
Message
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00488646
Message ID:
00488775
Vues:
12
>Try adding () to the arg declaration as below:
>
>
private sub ProcessArray(MyArray() as String)
>  dim i%
>  for i = 0 to UBound(MyArray)
>    MyArray(i) = i
>  next
>end sub
>
This is True only if Brad is using VB6!
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform