home *** CD-ROM | disk | FTP | other *** search
- 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
- From: someday@hardy.u.washington.edu (Scott Johnson)
- Newsgroups: comp.databases
- Subject: Re: Revelation: PUSH.SESSION/POP.SESSION
- Date: 6 Jan 1993 06:09:19 GMT
- Organization: University of Washington, Seattle
- Lines: 21
- Message-ID: <1idt2fINNrsj@shelley.u.washington.edu>
- References: <1993Jan6.040107.17339@massey.ac.nz>
- NNTP-Posting-Host: hardy.u.washington.edu
- Keywords: revelation
-
- In article <1993Jan6.040107.17339@massey.ac.nz> D.M.Todd@massey.ac.nz (D.M. Todd) writes:
- >Can someone tell me how to use PUSH.SESSION/POP.SESSION to save and
- >restore system variables in Advanced Revelation?
- >
- >TIA
- >
- >David
-
- From pages 93 and 107 of the System Subroutines manual, the syntax is
-
- push.session( cursor_loc, sentence, record, id, dict, mv )
- pop.session( cursor_loc, sentence, record, id, dict, mv )
-
- Where cursor_loc stores the current cursor screen location;
- sentence stores the value of @SENTENCE;
- record stores the value of @RECORD;
- id stores the value of @ID;
- dict stores the value of @DICT;
- mv stores the values of @MV, @INSERT, and current video (@RM-delimited).
-
- -Scott
-