Sockets
Hugo Martires
hugomartires at hotmail.com
Wed Oct 10 07:14:48 EDT 2001
More information about the Python-list mailing list
Wed Oct 10 07:14:48 EDT 2001
- Previous message (by thread): Sockets
- Next message (by thread): Sockets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Sockets
- Next message (by thread): Sockets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list