[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
directing control after program interruption
- Subject: directing control after program interruption
- From: "D. Mattes" <dmattes(at)u.washington.edu>
- Date: Thu, 18 May 2000 13:44:22 -0700
- Newsgroups: comp.lang.idl-pvwave
- Organization: University of Washington
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:19687
hello IDL power users: i have a long minimization process running under
IDL. i would like the user to be able to interrupt the process at any
time. once the user interrupts by typing ctrl-c, i would like to direct
program control to a different part of the routine. the only way i know
to resume the program run is the .continue executive command, but that
just continues on with the next statement, whereas i would like to branch
to the end of the routine. is there a system variable that is set when a
user interrupts program flow? or does this fall into exception handling?
thank you in advance!
david mattes