[twsocket] Quote character conversion when using HTTPCli

2007-02-28 Thread Dave Yeatman
I am using HTTPCli.Get to retrieve XML text from a web page. My problem is the quote (") character being converted to "e in the received text. I suspect I am likly using the wrong mode but I have unsuccessful so far in finding th solution. Am I using the wrong approach? Thanks -- To unsubscribe

[twsocket] TnScript Event Line Capture

2006-11-23 Thread Dave Yeatman
I have a trigger event defined that executes a procedure. TnScript1.AddEvent(1, '10.10.30.','',[efIgnorecase], EventProcessingRoutine); When the EventProcessingRoutine procedure runs in response to the trigger is there a way to see/capture the text string/line that triggered the event?