The "Var" PlugIT allows to create a variable.
Parameters |
|
1 |
Variable type. Available types are Int (integer), Float(decimal number), Hexa (hexadecimal number) and String (text) |
2 |
Variable value (can be modified by an action). |
Event |
|
Modified |
Triggers if the variable value changes. |
Value |
Sends the variable value. |
Action |
|
Concat |
If the variable is of type String, add the link parameter at the end of the variable. |
Decrement |
If the variable is of type Int or Float, substract the value in the link parameter from the variable. If the variable is of type String, cut off the last character of the variable. |
GetValue |
Gets a given value by a link. |
Increment |
If the variable is of type Int or Float, add the value in the link parameter to the variable. If the variable is of type String, add the link parameter at the end of the variable. |
SetValue |
Modifies the variable value. For this edit the link. |