Hello,
I wrote a script which searches a text file for a string and outputs the line numbers of any matches. Basically, it counts the number of lines in the text file and then loops through each line, checking it with the isin function.
It worked great in mIRC 6. Since upgrading to 7, however, the search causes mIRC to hang up for 15+ seconds, at 100% CPU usage. This is done while searching a file of about 1500 lines. I realize that it's a big file, but it was still almost instant on mIRC 6. I've tested it in 7.14 and the previous version as well.
Is this a known, unavoidable byproduct of going Unicode, or is this a performance issue that could be fixed?
Thanks!
Last edited by Yoorah; 26/10/10 12:45 AM.