I was looking into finding a way to cater to it in my script, the only ideas can come up with are:

a) Making the query the active window when a message is received and then just doing echo -a switch. This could get messy and may not always be accurate.
or
b) Replacing the characters in the server data with another character that would not cause this problem. This could be an eyesore and generally a lot more to process.

I'm not a great solutions developer, I know :@

Anyways, I noticed that you can retrieve a window id and handle using the $query().wid and $query().hwnd identifiers. I went through the help file and there is no way to echo into a window given those 2 parameters. I was wondering if that would be a possible to add, if I haven't over looked it.

Last edited by Tewl; 20/09/07 01:42 PM.