|
THE META-HTML LANGUAGE REFERENCE MANUAL
|
Manual Page Viewer
Name: SESSION-IMPORT
Section:
Session Operators
Synopsis:
<session-import PACKAGE [TO-PACKAGE]>
Description:
Get the values of the session variables which belong to PACKAGE and set their values in the current package. If TO-PACKAGE is supplied, it is the name of the package which will receive the variable values. Thus, if the session data for the current session contains:
((BLUE::FOO . bar))
and then at a later time in the same session the command:
<session-import blue>
is given, then the variable FOO
in the current package will be set to bar
. This is extremely useful when bouncing back and forth between forms, see session-export
.
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com