Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter TwoLanguage Overview (continued)

2.4 Interacting with the Application

One of Legato’s strengths is its capability to interact with its host application. This offers the programmer the ability to build complex extensions to the application to customize and expand an application to meet specific editing and other needs. A script can be run one of four ways: (i) executed from the command line; (ii) during the application initialization sequence; (iii) from a hook for a menu function or other action; and, (iv) by being attached to a custom function activated from the application menu.

More information on interacting with the application is provided in Chapter Sixteen — Application.