Interactive Advanced Macro (API)

(requires: Interactive Advanced Macro - API)

If the API module is installed, it dramatically extends the macro programing capabilities. It adds the following functionality to the main application:

Loops and conditions

Loops and conditions are enabled (if, for, while...)

User interaction functions

Contains functions, which enable interaction with user like: type value, text, combo boxes, list boxes and many other Windows standard controls with easy and intuitive code handling.

Support of importing functions from external DLLs

Functions from external DLLs can be imported at the start of the macro and used during the macro execution.

See Macro Language Syntax.