| Table plus |
|---|
| applyColStyleToCell | true |
|---|
| heading | 0 |
|---|
| columnTypes | s,s,s,s |
|---|
| multiple | false |
|---|
| columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
|---|
| enableSorting | false |
|---|
|
Syntax | arraysConcat(array1, array2) | Package | array | Alias | | Pkg Usage | concat(array1, array2) | |
Description
| Excerpt |
|---|
|
| 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 |
|---|
| applyColStyleToCell | true |
|---|
| columnTypes | s,s,s,s |
|---|
| heading | 0 |
|---|
| multiple | false |
|---|
| enableSorting | false |
|---|
|
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 |
|---|
|
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 |
|---|
| showLabels | false |
|---|
| max | 25 |
|---|
| showSpace | false |
|---|
| cql | label = "array_routine" and space = currentSpace ( ) |
|---|
| labels | array_routine |
|---|
|
We've encountered an issue exporting this macro. Please try exporting again later.