Sockets

Ype Kingma ykingma at accessforall.nl
Wed Oct 10 14:30:12 EDT 2001


Hugo, have a look at:

http://mail.python.org/pipermail/python-list/2001-May/040807.html

Regards,
Ype

Hugo Martires wrote:
> 
> My server need to send 2 strings separeted:
>  s1= 'xxx'
>  s2= 'yyy'
> 
> My client must received like this:
>  rec1= 'xxx'
>  rec2= 'yyy'
> 
> The problem is that the Client received s1 and s2 in one only string.
> 
> How can i received in 2 separeted variables ?
> 
> Tanks


-- 
email at xs4all.nl



More information about the Python-list mailing list