home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp48
- Path: sparky!uunet!mcsun!news.funet.fi!funic!nntp.hut.fi!nntp.hut.fi!mheiskan
- From: mheiskan@hut.fi (Mika Heiskanen)
- Subject: Re: New Scrn v1.1
- In-Reply-To: COHEN@cmu.unige.CH's message of Wed, 12 Aug 1992 12:29:00 GMT
- Message-ID: <MHEISKAN.92Aug12153053@vipunen.hut.fi>
- Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
- Nntp-Posting-Host: vipunen.hut.fi
- Reply-To: mheiskan@.vipunen.hut.fi
- Organization: Helsinki University of Technology - Finland
- References: <01GNHSTHWEIO0009BV@cmu.unige.ch>
- Date: 12 Aug 92 15:30:53
- Lines: 43
-
- In article <01GNHSTHWEIO0009BV@cmu.unige.ch> COHEN@cmu.unige.CH writes:
-
- > ************ SCRN v1.1 bug fixed *******************
- > Version 1.0 was corrupted : it wasn't possible to do
- > LASTARG and some others commands when scrn had finished.
- > The bug has been fixed by reading an old mail treating about
- > the system Rpl command ABND. The only solution I've found
- > ( cf the mail at the end of the DOC ) is to remove ABND from the code.
- > Has anyone a better way ? Dan.
- > *****************************************************
-
- (deleted)
-
- > Mail concerning ABND:
- > ---------------------
- >
- > Subject: ABND causing System H
- > alt
- > From: kskalb@immd1.informatik.uni-erlangen.de (Klaus Kalb)
- > Date: Mon, 27 Jul 1992 15:16:57 GMT
- >
- > Hello everybody,
- >
- > I'm encountering strange behaviour of a pure SYSRPL-program I wrote.
- >
- > It's a largish ParOuterLoop to display data. This POL is surrounded
- > by code creating a temporay environment with several named LAM's.
- > These LAMS contain the status information that is read and altered
- > while the POL is active. Of course there is a ABND to clean this up
- > at the end of the code.
-
- ParOuterLoop creates a new temporary environment where it stores the
- current application (Or the system routines). The routines handling the
- current application are collected to a list and then the list is bound to
- LAM_'SavedUI. Thus, if you have null named lams created before ParOuterLoop
- that you want to use, you have to use N+2GETLAM instead of NGETLAM. (Add 1
- for the LAM, add 1 for the link of the new temp.env.). Named lams can
- naturally be called normally.
- Also important is to restore the application before the ABND command for
- obvious reasons.
-
- --
- --> mheiskan@vipunen.hut.fi
-