Script Assistant Pane

The Script Assistant pane, which is located on the right side of the Script Editor, provides pre-written code snippets that you can use in your script. This pane organizes the code snippets into folders. To insert a code snippet into your script, locate the snippet in the Script Assistant pane, and then double-click it.

If you cannot quickly locate the code snippet that you want to add to your code, you can search for it by using the search bar, which is located at the top of the pane. To search for a snippet, type a keyword into the Search bar, and the search results appear in the pane.

Description Area

At the bottom of the Script Assistant pane is a description of the selected object, property, function, or constant. This description describes the purpose of the selected snippet and might also include syntax and required attributes.

For more information about the objects, properties, functions, and constants that are found in the Script Assistant pane, refer to the Scripting Objects Reference topic.

Related Topics