Hi, I'm afraid I can't help with the most topical problem witch script usage in your case, but for the mentioned log parser, you shoud be able to use the basic wildcard - asterisk * for "(any number of) anything", which might solve some problems in matching the error message. However, it is not a complete regex or similar, hence, you can't use e.g. optional pattern parts, which might or might not appear in the error line.
However, currently there aren't any triggers or program events available via scripting - the scripts can now be called only in the script menu or via keyboard shortcut. (Hence, if otherwise everything works in your script, you'll currently need to call some shportcut after making a selection.) I am not sure whether a custom timer calling some handling function might be viable, but is seems, that the underlying WSH scripting results in generally blocking calls for the program; possibly using a separate process might help in this areas, but I don't know, whether it is at all available in the scripting context. Regards, vbr -- <https://forum.pspad.com/read.php?2,71883,71892> PSPad freeware editor https://www.pspad.com
