Creating GUI-Specific Tags

This functionality is supported only if you are using the Classic Agent.

To close a file on one operating system, you click, for example, File > Quit, whereas on all other platforms you click File > Exit. The following window declaration accounts for these differences with two tag statements:

MenuItem Exit
   tag "Exit"
   [other OS] tag "Quit"

With this declaration, the Exit identifier can be used to refer to the menu item regardless of the actual label.