Array ByVal or ByRef in VB.NET?-VBForums - VBForums - Visual Basic and VB .NET Discussions and More!
In VB6, arrays are always passed by Reference. In VB.NET, the default parameter passed by value. But is the ByVal holds true for arrays as well by default?? Thanx ;) ... Passing an array by value is fairly absurd in theory, since function arguments are ge...