functional overview
Sets a value to a variable.
Details of Functions
variable nameto the variable specified invalueStores the contents of the
The set variables can only be retrieved by the same logic,0213_control statement/process executionVariables set by the caller or the caller in the
Also, variables cannot be retrieved until they are set again after the end of logic execution.
Variables set in conditional statements such as If statements or in repeating statements such as For statements can be retrieved from outside these statements.
parameter
- argument (e.g. function, program, programme)
-
variable name numeric data character string data Date & Time Data
Specifies the name of the variable to be set to a value.value All Unifinity data types
Specify the value to be set for the variable.
- return value
- All Unifinity data types
Returns the value set to the variable.