On 18.11.2011 at 12:17 Uhr -0600 Warren Kuhl apparently wrote: >I am trying to retrieve data from a socket. > >When I try: >read from socket myDecSock until eof >put it into tData >...no data > Is that your actual code, Warren? There is a typo in the non-working code: myDecSock instead of myDevSock. Robert