Small example of socket

stefanobax

New Member
I'm trying this fantastic language, I would like to create a small application that I print in a messagebox what I write in the socket:

here's the code I'm using


Server.Initialize (40, "Server")
Server.Listen

but now I can not understand how to take the result buffer that is written to the port.

best regards
 
Top