CopyVal

Creates a copy of a single value or array within the current event block of the data stream.

Parameters
NameTypeDescription
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
NameTypeDescription
SourceBlock/SourceVariable int, double or array Input variable.

Outputs
NameTypeDescription
DestinationBlock/DestinationVariable int, double or array Copy of the input variable.