Importing and Exporting Globals
This page lists APIs to import and export globals.
APIs
-
The class %SYSTEM.OBJOpens in a new tab provides the following methods:
-
Export() enables you to export globals to an XML file.
-
Load() and LoadDir() enable you to import globals contained in XML files.
These are both available via the $SYSTEM variable, for example: $SYSTEM.OBJ.Export
-
-
The class %Library.GlobalOpens in a new tab provides the following methods:
-
Export() enables you to export globals to .gof and other file formats (not including XML).
-
Import() enables you to import globals to .gof and other file formats (not including XML).
-