just like how we emty text1.text="" is it necessary to emty string like
as u can se kutzzxaa = vbNullString is this needed:p:p:p:p:p:p:p:p:p:p:p
Code:
Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
If InStr(data, "|!busy1|") Then
data = Replace(data, "|!busy1|", "")
Dim kutzzxaa As String
kutzzxaa = vbNullString ' normally will be text1.tet = vbNullString
kutzzxaa = data
end if
end sub
as u can se kutzzxaa = vbNullString is this needed:p:p:p:p:p:p:p:p:p:p:p