Write-only
About Macros

ExecuteShortcut Method


Description

Executes a Macro (shortcut) stored in the analyzer. Use app.getShortcut to list existing macros. Use app.putShortcut to associate the macro number with the file.

 VB Syntax

app.ExecuteShortcut index

Variable

(Type) - Description

app

An Application (object)

index

(long integer) - Number of the macro stored in the analyzer.

Return Type

Not Applicable

Default

Not Applicable

Examples

app.ExecuteShortcut 1

C++ Syntax

HRESULT ExecuteShortcut(long index)

Interface

IApplication