AST_IMPORT

Import an Object pointer to the current context

Description:

This routine imports an Object pointer that was created in a higher or lower level context, into the current AST context. This means that the pointer will be annulled when the current context is ended (with AST_END).

Invocation

CALL AST_IMPORT( THIS, STATUS )

Arguments

THIS = INTEGER (Given)
Object pointer to be imported.
STATUS = INTEGER (Given and Returned)
The global status.

Applicability

Object
This routine applies to all Objects.