Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21845

[noob] Byte Array APPEND

$
0
0
how to append an array?
i've tried this code,but "type mismatch"
codee Code:
  1. dim arx() as byte
  2.  
  3. Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
  4. Dim asd() As Byte
  5. Winsock1.GetData asd
  6. arx = arx + asd '<--error
  7.  
  8. End Sub

please help :wave:

Viewing all articles
Browse latest Browse all 21845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>