home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8841 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!hardy.u.washington.edu!someday
  2. From: someday@hardy.u.washington.edu (Scott Johnson)
  3. Newsgroups: comp.databases
  4. Subject: Re: Revelation: PUSH.SESSION/POP.SESSION
  5. Date: 6 Jan 1993 06:09:19 GMT
  6. Organization: University of Washington, Seattle
  7. Lines: 21
  8. Message-ID: <1idt2fINNrsj@shelley.u.washington.edu>
  9. References: <1993Jan6.040107.17339@massey.ac.nz>
  10. NNTP-Posting-Host: hardy.u.washington.edu
  11. Keywords: revelation
  12.  
  13. In article <1993Jan6.040107.17339@massey.ac.nz> D.M.Todd@massey.ac.nz (D.M. Todd) writes:
  14. >Can someone tell me how to use PUSH.SESSION/POP.SESSION to save and
  15. >restore system variables in Advanced Revelation?
  16. >
  17. >TIA
  18. >
  19. >David
  20.  
  21. From pages 93 and 107 of the System Subroutines manual, the syntax is
  22.  
  23.       push.session( cursor_loc, sentence, record, id, dict, mv )
  24.       pop.session(  cursor_loc, sentence, record, id, dict, mv )
  25.  
  26. Where cursor_loc stores the current cursor screen location;
  27.       sentence stores the value of @SENTENCE;
  28.       record stores the value of @RECORD;
  29.       id stores the value of @ID;
  30.       dict stores the value of @DICT;
  31.       mv stores the values of @MV, @INSERT, and current video (@RM-delimited).
  32.  
  33. -Scott
  34.