Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Push.Session passes the current session values described above in the argument list..

See also

Pop.Select Session subroutine

Example

Code Block
/* The following code demonstrates the use of Push.Session */
Declare subroutine Push.Session, Pop.Session, Msg
Push.Session(cursor, sentence, record, id, dict, mv)
* Call a subroutine that modified the environment parameters.
Gosub Change_Environ
Pop.Session(cursor, sentence, record, id, dict, mv)

...