Hiya all,
how do people send things over the winsock command.
Say that you have a server that does two task (A and B), and the client tells the server to do each one.
When I first started I tried sending an arrays and things like that, but could only send strings.
So now I prefix the text with a command ie
winsock.senddata "\A" or winsock.senddata "\B"
How do you do it. is there a better way of sending details through TCPIP?.