CopyVarContent
Copy Contents of a Variable
Definition
Copies the contents of one variable to another.
In most cases you would
use the Set command.
This special command is used e.g. in a loop where the value of a runtime
variable needs to be saved.
Settings
Input
- Name
of source variable
The variable from which the value is copied. - Name
of target variable
The variable to which the value is copied.