Programming Statements

Navigation:  Widget Designer > Script Language >

Programming Statements

prev main next

Navigation:  Widget Designer > Script Language >

Programming Statements

prev main next

Loading...

If Else
Switch Case
For Loop
ForEach Loop
Exit

Other advanced script techniques include:
Variables
Object and Member Notation
Math Expressions
Functions and Macros

For all statements it is strongly recommended to add new lines and also tabs for a clear and easy to read arrangement. Code blocks can be in/outdented using [Tab] or [Shift + Tab].

If you would like to comment a line out without getting errors in the Debug Logger, use this syntax:

 
// one line that should not be processed

 

/* several lines

that should not

be processed */

 

Keep in mind, that you can test selected lines with the according command from the right-click menu available in all scripting fields.