home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp48 / 4246 < prev    next >
Encoding:
Text File  |  1992-08-12  |  2.3 KB  |  58 lines

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