Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: notesfiles Path: utzoo!linus!decvax!decwrl!amd!fortune!hpda!hplabs!hp-pcd!hpdsa!decot From: decot@hpdsa.UUCP (decot) Newsgroups: net.lang.c Subject: Re: Re: Breaking out of several nested l Message-ID: <7200001@hpdsa.UUCP> Date: Mon, 29-Oct-84 03:14:00 EST Article-I.D.: hpdsa.7200001 Posted: Mon Oct 29 03:14:00 1984 Date-Received: Tue, 30-Oct-84 20:26:21 EST References: <200@dataio.UUCP> Organization: Hewlett-Packard - Cupertino, CA Lines: 6 Nf-ID: #R:dataio:-20000:hpdsa:7200001:000:210 Nf-From: hpdsa!decot Oct 19 22:14:00 1984 If you have several nested loops, put the one you want out of (and everything within) into a new function, and use "return" to get out. It will probably be clearer to the reader, too. Dave Decot hpda!decot