Page History
...
Values Returned
None.
See also
Push.Select Session subroutine
Example
Code Block |
---|
/* The following code demonstrates the use of Pop.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) |
...