Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: Notesfiles $Revision: 1.7.0.8 $; site uiucuxa
Path: utzoo!watmath!clyde!cbosgd!ihnp4!inuxc!pur-ee!uiucdcs!uiucuxc!uiucuxa!spk256
From: spk256@uiucuxa.CSO.UIUC.EDU
Newsgroups: net.micro.apple
Subject: Re: Need Help With Apple IIE
Message-ID: <9800015@uiucuxa>
Date: Sun, 27-Oct-85 15:36:00 EST
Article-I.D.: uiucuxa.9800015
Posted: Sun Oct 27 15:36:00 1985
Date-Received: Wed, 30-Oct-85 04:08:25 EST
References: <170@srs.UUCP>
Lines: 7
Nf-ID: #R:srs.UUCP:-17000:uiucuxa:9800015:000:239
Nf-From: uiucuxa.CSO.UIUC.EDU!spk256    Oct 27 14:36:00 1985


To trap out Ctrl-c's, all you have to do is use an
ONERR GOTO command somewhere in the beginning
of your command...the control c will be interpretted
as an "error" and will send the program to whatever
line number you told it to GOTO.