Connecting Tech Pros Worldwide Forums | Help | Site Map

Re: Is there a way to resize an array from inside a procedure? Using Reflection maybe?

Armin Zingler
Guest
 
Posts: n/a
#1: Nov 19 '08
You've simply chosen the wrong type for your purposes.

I mean, you have made a wrong translation. "Array" in the Perl language
translated to VB.Net is "List(Of)". You translated it to "Array". That's
obviously wrong.


Armin


Closed Thread