I was writing as if it was all of them connected

For a simple check
Code:
For i=0 to winsock.ubound
If winsock(i).state=7 then
winsock(i).senddata Text1.text
end if
next