Sending simple messages

After a socket has been opened successfully, SOS max basically displays all strings send through the specified socket.

Example for Flash

sock = new XMLSocket();

sock.connect( "localhost" ,4444);

sock.send( "The Message!\n");