FutureProg functions
concat
Text concat(Text Collection collection, Text joiner)
Contexts: computer function, computer program, standard futureprog
This function takes a collection of text values and joins them together with a specified joiner (which can be blank)
collection: The collection of text values you want to concatenate
joiner: A joiner text to be inserted between each of the values, for example a comma or a space
Contexts: computer function, computer program, standard futureprog
This function takes a collection of text values and joins them together with a specified joiner (which can be blank)
collection: The collection of text values you want to concatenate
joiner: A joiner text to be inserted between each of the values, for example a comma or a space