On Mon, 6 Dec 1999, Matthew Langford wrote: > Yeah, I had had to do this to track down a CW error I was getting. I'm > surprised you didn't see it: I had to move a goto label outside of an > "if" so that it wasn't empty (it would have a statement near). Maybe > different versions of CW allow this. That one drove me nuts for about 15 or 20 minutes. You'll note that I adjusted for it, too. Come to think of it, it probably would work to rewrite the label as LABEL: ; putting in an empty expression. You'll see this done with iterations like while loops sometimes. If just LABEL: by itself, as it was written in Aas' code, works on other systems, I don't think it should. Arved # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org