Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to pass an array into a function or Sub?
Message
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00488646
Message ID:
00488775
Views:
10
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform