Dim R(76800) As Byte
once I have inserted stuff in the array I clear it with:
Array.Clear(R, 0, 76800)
next time I try to put stuff in it -> indexOutOfRangeException. So am I clearing the array in a wrong way or what ? Help needed.
once I have inserted stuff in the array I clear it with:
Array.Clear(R, 0, 76800)
next time I try to put stuff in it -> indexOutOfRangeException. So am I clearing the array in a wrong way or what ? Help needed.