Logout

Description

Logs out of a POOM object, freeing the memory used by the object.

Applies to

POOM objects

Syntax

objectname.Logout ( )

Argument

Description

objectname

The name of the POOM object

Returns

None.

Usage

The user must log out of a POOM object to remove it from memory.

Examples

Example 1

The following example logs out of a POOM object:

po_1.logout( )

See also

Login