AST_EXPORT

Export an Object pointer to an outer context

Description:

This routine exports an Object pointer from the current AST context into the context that encloses the current one. This means that the pointer will no longer be annulled when the current context is ended (with AST_END), but only when the next outer context (if any) ends.

Invocation

CALL AST_EXPORT( THIS, STATUS )

Arguments

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

Applicability

Object
This routine applies to all Objects.

Notes: