Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

string_arr

stringĀ string []

Yes

Specifies the strings to be concatenated.

delimiter

String

Yes

Delimiting string.

...

String

Example

Code Block
string  [] arr = {"boo", "and", "foo"};
return join(arr, ":");

...