Hi! i've tried to pass byte array to a argument (variant array) of a sub, but then i got a type mismatch error. please help me, i don't want to duplicate the sub for each type. To make sure you can understand my english, i include the example for you. Please help me...
Code:
Sub Main()
Dim a() as Byte
Test a() '<------- Type mismatch error
End Sub
Sub Test(Arr())
'Codes
End Sub
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET. subscribe