how to append an array?
i've tried this code,but "type mismatch"
please help :wave:
i've tried this code,but "type mismatch"
codee Code:
dim arx() as byte Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long) Dim asd() As Byte Winsock1.GetData asd arx = arx + asd '<--error End Sub
please help :wave: