Re: [fpc-pascal] try except question

2008-08-26 Thread Marco van de Voort
In our previous episode, John Youngquist said: > I am using FPC in Turbo compatibility mode. When I include a TRY statement > it generates an error. I am trying to trap an overflow exception and > generate an error message. > I notice the TRY feature is not in the help file. I have read chapter 14

[fpc-pascal] try except question

2008-08-26 Thread John Youngquist
I am using FPC in Turbo compatibility mode. When I include a TRY statement it generates an error. I am trying to trap an overflow exception and generate an error message. I notice the TRY feature is not in the help file. I have read chapter 14 but find no way to enable the TRY feature. Do I nee