>error:(file='testc.pas';line=11;column=1;message_code='02003_F';
>       message='Syntax error, $1 expected but $2 found';
>       parameters=('BEGIN','IDENTIFIER Z'));

Or even an actual array of strings so you don't have to parse the semi colon 
delimiter -
the semi colon delimiter will also have to be escaped if the error has a semi 
colon in it,
i.e.

';' found but identifier expected

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to