Zexston: -------------------------------------------------------------------------------- Just started using this program for BasicX development, and loving it. Now I would like to set up the log parser.
My log file output is as follows: Compile: C:\Program Files\BasicX\Temp.bxp Error in module C:\Program Files\BasicX\Main.bas Line 109 : Multiple public 'main' procedures not allowed Column 8 : Done. ... My best try was: *module %F line %L column %C , But this takes me to the wrong place. -------------------------------------------------------------------------------- Hi, I don't work with BasicX myslef, but from the example it seems, that you could need another wildcard e.g.: cite: -------------------------------------------------------------------------------- *module %F line %L *column %C-------------------------------------------------------------------------------- but you can play with the debug function in the compiler settings to get it right. However, you should get the line without column with your pattern too; I'm not sure, whether maybe the linebreaks can be a problem. vbr -- <http://forum.pspad.com/read.php?2,49737,49738> PSPad freeware editor http://www.pspad.com
