Creates a copy of a single value or array within the current event block of the data stream.
Parameters
| Name | Type | Description |
|---|---|---|
| SourceBlock | string | Name of the block that contains the source variable. |
| SourceVariable | string | Name of the variable to copy. |
| DestinationBlock | string | Name of the data block that will hold the copy. |
| DestinationVariable | string | Name of the variable to hold the copy of the variable. |
Inputs
| Name | Type | Description |
|---|---|---|
| SourceBlock/SourceVariable | int, double or array | Input variable. |
Outputs
| Name | Type | Description |
|---|---|---|
| DestinationBlock/DestinationVariable | int, double or array | Copy of the input variable. |