Convert stringcollection-to-strings
Aus ExpeccoWiki
StringCollection to Strings
Read a string-collection from the input and concatenate all entries into one big string with separator in between. Can be used to generate longer strings from individual ones. Also useful to generate CSV lines.
StringCollection to String
Read a string-collection from the input and write each entry separately to the output. The output will therefore trigger one action for each line in the input collection.
Revisions
These blocks has been in the Standard Library since 1.0.
Back to Standard Library.
Previous: Convert [ Collection To OrderedCollection ]
Next: Convert [ String To URL ]

