Commands and Statements

Commands and statements consist of a SPEL+ instruction followed by the parameters for that instruction.

Commands are executed immediately. You can execute commands from the Command window or from the Macros dialog box.

Statements can be used only in programs.

Statements can include more than one SPEL+ instruction. When you put several statements in a line of a program (Multi-Statement), use a semi-colon (😉 to separate instructions.

The maximum length for a line is 512 characters.