Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!hplabs!hpda!hpcupt1!hpisoa2!spuhler From: spuhler@hpisoa2.HP.COM (Tom Spuhler) Newsgroups: comp.sys.hp Subject: Re: Traps Message-ID: <1490001@hpisoa2.HP.COM> Date: 26 Apr 88 16:28:08 GMT References: <4654@cup.portal.com> Organization: Hewlett Packard, Cupertino Lines: 7 It's been a couple of years, but I was able to create a control Y trap without having to resort to SPL or such geegaws. I used the general scheme described in my (old) copy of the Pascal/3000 manual (p10-19) and it worked fine. The slightly tricky bit in Pascal is that you can't go branching off to anywhere, you have to either exit the program or set a flag which is checked edxternally (good programming practice anyway). but that's the language. I suppose it might actually be possible to got -Tom Spuhler