Hi
I'm using client and server sockets in my program, and I want to send the value of some vars and the name of some procedures to be executed in the server, but if i send it as "cliente.socket.sendtext(string)", how I will work with the received information in the onread procedure , because I need to send ,more than one var from diferent types such as string and integer.My difficult is how to send more than one and to treat the recieved text.
Thanks
I'm using client and server sockets in my program, and I want to send the value of some vars and the name of some procedures to be executed in the server, but if i send it as "cliente.socket.sendtext(string)", how I will work with the received information in the onread procedure , because I need to send ,more than one var from diferent types such as string and integer.My difficult is how to send more than one and to treat the recieved text.
Thanks