Re: [fpc-pascal] exiting a program more friendly way

2006-06-23 Thread A.J. Venter
On Friday 23 June 2006 15:58, Tony Pelton wrote: > please trim your posts. > Please do not top-post. Thanks A.J. :) Anyway, to answer the original question - look in the miscelaneous section of the contributed units list on www.freepascal.org for unit errormsg, if the link no longer works (I kn

Re: [fpc-pascal] exiting a program more friendly way

2006-06-23 Thread Tony Pelton
please trim your posts. thanks, Tony On 6/23/06, Pianoman <[EMAIL PROTECTED]> wrote: Hi, I'd like to ask whether is it possible to exit program in case of runtime error 202 for example more nicely than with message runtime error 202 at a1d456d5621blablabla For example: writeln('starting to div

Re: [fpc-pascal] exiting a program more friendly way

2006-06-23 Thread Adrian Maier
On 23/06/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Fri, 23 Jun 2006, Pianoman wrote: > > Hi, I'd like to ask whether is it possible to exit program in case of runtime > error 202 for example more nicely than with message runtime error 202 at > a1d456d5621blablabla > For example: >

Re: [fpc-pascal] exiting a program more friendly way

2006-06-23 Thread Michael Van Canneyt
On Fri, 23 Jun 2006, Pianoman wrote: Hi, I'd like to ask whether is it possible to exit program in case of runtime error 202 for example more nicely than with message runtime error 202 at a1d456d5621blablabla For example: writeln('starting to divide:'); writeln(2/0); and I don't want mi pr

[fpc-pascal] exiting a program more friendly way

2006-06-22 Thread Pianoman
Hi, I'd like to ask whether is it possible to exit program in case of runtime error 202 for example more nicely than with message runtime error 202 at a1d456d5621blablabla For example: writeln('starting to divide:'); writeln(2/0); and I don't want mi program to stop with runtime error but I 'd