D
D. Yates
All,
Is there a faster way to do this in C#:
byte[] buffer;
buffer = new byte[43];
for(int i = 0; i < buffer.Length; i++)
buffer = 0;
Dave
Is there a faster way to do this in C#:
byte[] buffer;
buffer = new byte[43];
for(int i = 0; i < buffer.Length; i++)
buffer = 0;
Dave