String Append To
Appends everythings it receives in input on the output
Description
This function creates an empty string at first and then each time it receives a new input as String it appends it to the initial string. WARNING: it's not compatible with string that are built dynamically as it will append intermediate values.
PROPOSITION (Loïc): name it Accumulate String?
Inputs
- input stream (String)
Outputs
- concatenated stream (String)