Introduction to BASIC Scripting

The BASIC Scripting engine is designed to extend the functionality available in the primary AML language. AWE'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 BASIC scripting to access advanced objects or increase execution time. All functions, instructions and definitions are designed to be Visual BASIC for Applications (VBA[tm] Microsoft) compatible. The BASIC language is used for expressions inside AML task steps, and for Multi-line BASIC scripts.

Example:

%left(varname,2)%

When to use BASIC scripts:

See Also

Basic Scripts and Custom Functions

More on Operators

Order of Precedence

Extended Functions