Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Feb : How to convert data in TIdStreamVCL to text
| Subject: | How to convert data in TIdStreamVCL to text |
| Posted by: | "Robert Vailor" (vail..@poczta.fm) |
| Date: | Thu, 3 Feb 2005 09:09:52 |
My application read text file from tcpserver.
After transmision i need write this tranfered data into text file and i
don't know how convert data from TIdStreamVCL into strings.
I try Istrem.StreamVCL, Istrem.readln (read lines but from random positions)
Robert