Re: [twsocket] Newbie question : Working with Long strings

2007-09-26 Thread Wilfried Mestdagh
Hello Clément, > Ok. But can I place a LineLimit over 200kbytes? or better yet, > unlimited? (those help files can get very big may be over 1Mb) Yes. Since you connect to a known server you dont have to be afraid of a DOS attac. So set LineLimit := $7FFF; which is the highest possible value.

Re: [twsocket] Newbie question : Working with Long strings

2007-09-26 Thread Clément Doss
Hello Wilfried, Thanks for helping me! > Hello Clément, > > >> I searched some examples, but most of them use LineMode and LineLimit. I'm >> afraid >> that's not an option. >> > > Wy is that not an option ? What is the problem with it ? Just terminate > your data with a charcter that cann

Re: [twsocket] Newbie question : Working with Long strings

2007-09-25 Thread Wilfried Mestdagh
Hello Clément, > I searched some examples, but most of them use LineMode and LineLimit. I'm > afraid > that's not an option. Wy is that not an option ? What is the problem with it ? Just terminate your data with a charcter that cannot be in the data itself and your whole problem is solved. >