Versions Compared

Key

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

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

arraysConcat(array1, array2)

Package

array

Alias

Pkg Usage

concat(array1, array2)

Description

Excerpt
hiddentrue
Adds the elements of the second array to the first one.

Adds the elements of the second array to the first one.

Parameters

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

Parameter name

Type

Required

Description

array1

Array

Yes

First array to be added.

array2

Array

Yes

Second array to be added.

Return Type

Array

Example

Code Block
languagejs
group={"user1", "user2"};
watchers += arraysConcat(watchers, group);

Adds the elements of the group array to the watchers array.

Note

If the array types are incompatible, the function returns error.

See also

Filter by label
showLabelsfalse
max25
showSpacefalse
cqllabel = "array_routine" and space = currentSpace ( )
labelsarray_routine

We've encountered an issue exporting this macro. Please try exporting again later.