You can display the names and variables of defined structures in the Browser. You can also paste these entries into a script.
To display information about a global structure in the Browser:
Select the Structure tab and select a structure.
Double-click the properties folder in the right pane.
The properties folder expands to show the structure variables as properties of the structure.
To display information about an object-level structure in the Browser:
Select the tab for the type of object for which the structure is defined.
Select the object that contains the structure.
Double-click the structure folder in the right pane.
The structure folder expands to display the structure variables using dot notation.
To paste the information into a script:
Scroll to the structure variable you want to paste.
Select Copy from the variable’s pop-up menu.
Insert the cursor in the script where you want to paste the variable and select Paste from the pop-up menu.
The variable name displays at the insertion point in the script.