So heres the situation ... I'm trying to code a internet application in a language I know very little of ( ARexx ) using the RXSocket.Library.
The problem is that I've hit a snag using the send() function ....
I can send the data I need perfectly , but the server at the other end requires a newline ( carriage return ? ) to be sent with it before it will act on the data ... Problem is a I can't work out how

I've spent all day ripping apart the protocol and can now sucessfully log into the server with a socket tool on windows but alas I can't do anything usefull with the information because Arexx isn't playing ball.
Anyone got an idea on how I could get this working ?