Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!rphroy!caen!ox.com!math.fu-berlin.de!ira.uka.de!smurf!artcom0!hb.maus.de!ms.maus.de!Kai_Henningsen From: Kai_Henningsen@ms.maus.de (Kai Henningsen) Newsgroups: comp.lang.pascal Subject: On error goto for pascal? Message-ID: <15165@ms.maus.de> Date: 8 May 91 11:38:00 GMT Distribution: world,comp Organization: Maus Mailbox Netz - UUCP-Gateway Bremen Lines: 15 Matt Pratap mpratap%CUE.BC.CA @ SUB schrieb am 02.05.1991, 23:25 MP>This may be old hat, but I just started reading this group. MP> MP>I need to get my programs, written in Tp5.5, to execute a procedure MP>or flag a variable/address when a run-time error occurs, instead MP>of exiting the program with an error. I know how to do this with MP>dos and graphics errors. Look in the manuals under "ExitProc", for a start. When you need to return to a higher level from there, I'll look where I left my assembler functions to do what C calls a longjmp(). MfG Kai