SetSession (Object subroutine)

From m204wiki
Revision as of 23:10, 12 August 2014 by JAL (talk | contribs)
Jump to navigation Jump to search

Set session object reference (Object class)


Syntax

%(Object):SetSession( name, source)

Syntax terms

%(Object) The class name in parentheses denotes a shared method. SetSession can also be invoked via an Object class object variable, which may be Null.
name A string that specifies the session name.
source This Object class object variable is set by SetSession to be referenced by the session name name.

source can be a %variable, a structure member, or a class member inside an object.

Examples

See Using system class methods to access global and session objects.

See also