Introduction to Scripting

The Automated Workflow BASIC Scripting engine is designed to extend the functionality available in the primary AML language. Automated Workflow's built-in AML language is much easier to use, drag-and-drop, and very robust, however there may be occasions when it is necessary to use scripting to access advanced objects or increase execution time. All functions, instructions, and definitions are designed to be compatible with Visual BASIC for Applications (VBA[tm]  Microsoft). The BASIC language is used for expressions inside AML Workflow steps, and for Multi-line BASIC scripts.

BASIC scripting functions can be used to return data inside of an action parameter by surrounding a valid expression with percent signs. This is called an expression.

Example:

%left(varname,2)%

A BASIC script may be executed by using the BASIC Script action, which allows creation of multi-line BASIC compatible scripts.

When to use BASIC scripts:

See Also:

The BASIC Language Grouped by Type

More on Operators

Order of Precedence

Automated Workflow Extended Functions