Workspace 6.21.5
ConcatenateStrings

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.

  • Default label: "Concatenate strings"
  • Member of plug-in: Built-in
  • Catalogue path: Builtin/String
Inputs:
StringsArrayQString

Accumulate across iterationsboolIf 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 accumulationCSIRO::DataExecution::Dependency

When triggered, resets the accumulated content of the operation. For use only with the Accumulate accross iterations input.

Outputs:
Concatenated StringQString