Workspace 6.21.5
|
Concatenates one or more strings together into a single large string. Optionally, the operation can accumulate its results across iterations, allowing it to be used in loops to generate larger strings.
Inputs: | |||
---|---|---|---|
Strings | Array | QString | |
Accumulate across iterations | bool | If enabled, the operation will accumulate its output data with its previous iteration each time it is run. This allows the operation to be used in a loop to generate a concatenated string for the entire loop. | |
Reset accumulation | CSIRO::DataExecution::Dependency | When triggered, resets the accumulated content of the operation. For use only with the Accumulate accross iterations input. | |
Outputs: | |||
Concatenated String | QString |