ok this is really string
using winsock TCP the data seems to misplace...
i send this to my server:
sckmsglogin = 1, name = aaaaaaaaaaa, pass= ""
Call Main.Socket.SendData(CStr(sckMsgLogin) & sckSep & Name & sckSep & Pass & sckEnd)
then it arives as: "aaa1 aaaaaaa "
