Global Variables

Global variables are the variables, that are available for all of the processes. To edit Global Variables, please select Image globalVars icon from the top toolbar on the main window
The Global Variables window contains the tree of variables (the variables are organized into a tree using variable packages) on the left hand side, and the edit panel on the right side. Global Variable may be added, removed or renamed, using the toolbar icons over the Variables tree (See buttons: Image newVar, Image delVar, Image renameVar).
On the right hand side of Global Variables window you can see value of the selected variable. These could be numbers, booleans, string (Caution! We provide string using double quotes), but also images, sounds or arrays of variables, that could differ in type eg
[1, false, ,,text'']
is a free elements array, that contains number (1), boolean value (false) and a string (''text''). Some object types (like image) provide also a dedicated edit view. However all of the objects may be edited in the basic edit view, which has a edit field and a toolbar over it. The toolbar contains following elements:
If the provided expression is not supported or it contains an error, the error message will appear on the bottom of the Global Variables Edit Window.

krzys2014-11-23