User Guide > Objects > Working with Objects > Archive Keys

Archive Keys

Two freely-defined archive keys can be specified in the Header tab of each executable object.

They are displayed in the Explorer, in the Activity Window and the statistics in extra columns. Use the search function to have only particular objects displayed in these windows.

The archive keys themselves do not directly influence AE. They can be set or read with the script elements PUT_ATT and GET_ATT and the parameters ARCHIVE_KEY1 and ARCHIVE_KEY2. By doing so, the archive keys can finally be used for handling further processing.

Examples:

:PUT_ATT ARCHIVE_KEY1 = "MM"

:SET &second_archive_key# = GET_ATT(ARCHIVE_KEY2)