FutureProg functions

concat

Textcomputer function, computer program, standard futureprog

concat overload 1

Text concat(Text Collection collection, Text joiner)
Available in
  • 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)
ParameterTypeDescription
collection Text Collection The collection of text values you want to concatenate
joiner Text A joiner text to be inserted between each of the values, for example a comma or a space