[fpc-devel] Output flush on pipes
    L505 
    fpc505 at z505.com
       
    Sun May 14 19:25:42 CEST 2006
    
    
  
>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
    
    
More information about the fpc-devel
mailing list