Re: [twsocket] Quote character conversion when using HTTPCli

2007-02-28 Thread D. Yeatman
HI David, In this case I am writing a custom written limted XML parser for a special application. If there is no way to stop the conversion I will have to add code to handle it in my routine... Dave [EMAIL PROTECTED] wrote: = Quoting Dave Yeatman <[EMAIL PROTECTED]>: > I

Re: [twsocket] TnScript Event Line Capture

2006-11-24 Thread D. Yeatman
Dod, Working from your idea I ended up creating a Capture flag and testing it in the OnDataAvailable routine to control when to capture data to the temp buffer which I then parse. ... Somewhat crude but it works!! Thanks! Dod <[EMAIL PROTECTED]> wrote: = Hello, Personnaly I

Re: [twsocket] TnScript Event Line Capture

2006-11-24 Thread D. Yeatman
Thanks Dod, As Francois said it likely won't be "easy". It looks like I may have to do some of the same thing you have done. It looks pretty straightforward to modify FindEventString to copy the data to a match save buffer when a match is detected. Because of the asynchronous nature of the t