oooook here we go

I would like to make this simpler right now i have 4 different arrays which could be simplified all into a single array if i can get the answer to this..

how do you handle the controls of winsock (dataarival, connection) if its with in an array.

this is a sample of my array setup notice the winsock.

Type userdata
winsock As winsock
pos As posdata
stats As statdata
status As Integer
userinfo As userinfodata
End Type
Global users() As userdata