Skip to main content

Include Files (Tools/APIs)

Export include files programmatically.

Background Information

An include file contains definitions for ObjectScript macros. See Using Macros and Include Files.

Available Tools

Includes the following class methods that you can use with include files:

  • Export()

  • ExportToStream()

Availability: All namespaces.

Note

The special variable $SYSTEM is bound to the %SYSTEM package. This means that instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().

FeedbackOpens in a new tab