Send and Receive a simple string value with Indy (Delphi)

Giganews Newsgroups
Subject:Send and Receive a simple string value with Indy (Delphi)
Posted by: Ali Rwza
Date:Fri, 30 Jul 2010

Hi, is there any way to send a simple text(string value) without using WriteLN and ReadLN?
The ReadLn function needs LF char and when I'm sending a text message via winsock to Indy, ReadLn cannot get the message correctly and some exceptions will be happen continuously.

Thank you

Replies