User Tools

Site Tools


en:actions:actionvariable

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actionvariable [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Variable ======
  
 +This action allows you to define a variable with an initial value. Although it is possible to declare variable using the [[en::code|code]] system, this action allows to do so using a more visual method.
 +
 +===== Standard options =====
 +==== Input parameters ====
 +== Variable ==
 +The variable name.
 +== Value ==
 +The variables initial value. This is optional.
 +== Type ==
 +The variable type. Three standard types are available:
 +  * String: text variable
 +  * Integer: integer variable (non-decimal)
 +  * Decimal: decimal variable (real)
 +
 +===== Exceptions =====
 +
 +  * [[en:actions:exceptions#Bad parameter|Bad parameter]]
 +  * [[en:actions:exceptions#Code error|Code error]]
 +  * [[en:actions:exceptions#timeout|Timeout]]
 +  * [[en:actions:actionvariable#conversion_failed|Conversion failed]]
 +
 +==== Conversion failed ====
 +<BOOKMARK:conversion_failed>
 +
 +This exception is thrown when the conversion failed.
 +  * Default action: stop the script execution
en/actions/actionvariable.txt · Last modified: 2021/02/13 11:23 by 127.0.0.1