
The Function Block IMPLODE combines multiple values into a string.
Note: This function is Binary-Safe. This means that UTF8 characters cannot be processed directly.
Note: This Function Block can have more than three inputs. You can right-click on the Function Block to add another input.
The input defines the string that is added between the inputs P0 to P# when joining them. If no value is defined, then no string is added.
Defines the values that are combined. Any data type can be used. The boolean value TRUE is converted to a 1.
Returns the combined string.
Tip: To combine multiple strings, use instead the Function Block CONCAT.