Global Variables

Kalipso - Developing - Form - Global Variables

A Variable is a memory zone where you can store and retrieve information. The content of a Global Variable is available anywhere in the Project. Variables can be numeric or alphanumeric. You can change the content of a Local Variable through Action “Set Value”. In Expressions, Global Variables are identified as VAR(<Name>). For your own organization, you can name the Global Variables. Double-click the Global Variable that you want to rename on the Variables tab of the Main Window.

You have 1000 Global Variables in your Project where to store information in.

When you click on the Global Variables option (Menu Project) or Variable option (Menu Home), the following window appears:

The information that appears in the table means:

  • Variable - Global Variable Identifier. You cannot change this value.

  • Name - Global Variable Name. Name that you want to give to the Global Variable. The name of the Global Variable should only contain letters, digits or underscore (_). This is the Name that will identify the Global Variable throughout the Project.

  • Description - Global Variable Description. Description that you want to give to the Global Variable. This property is for your information only.

On the right side of the window are three icons with the following function:

  • Modify Global Variable - When clicked it allows to change the selected variable.

  • Reset - Clears the selected variable

  • Reassign - Change the references on the project to a variable on to another variable

When the "Modify Global Variable" button is pressed the application asks:

As you can see the fields to fill are the same that appears in the table in the beginning. You can change the name and the description.

By the other side, when the "Reassign" button is pressed you can "re assign" a defined variable (index) to another (with a different index) one, as the image below shows:

Last updated