D
Danny Ni
Hi,
Can somebody translate the following c# code into Vb.Net?
byte[] myData = new byte[nFileLen];
I tried
Dim myData As Byte() = New Byte(nFileLen)
Does not compile , with error message:
Type 'byte' has no constructors.
TIA
Can somebody translate the following c# code into Vb.Net?
byte[] myData = new byte[nFileLen];
I tried
Dim myData As Byte() = New Byte(nFileLen)
Does not compile , with error message:
Type 'byte' has no constructors.
TIA