]>
> Sent: Wednesday, October 05, 2005 8:13 AM
> To: FPC-Pascal users discussions
> Subject: [fpc-pascal] Runetime errors
>
> When a runtime error happens, I would like to display all
> possible information
> The compiler we are using today can give a message like
>
When a runtime error happens, I would like to display all
possible information
The compiler we are using today can give a message like
this
Runtime error 27
Index out of range
The value -4 is not in the range o 0 .. 3000.
Near line 103
Procedure Test
Would it be possible to do something like this