/
arraysConcat
arraysConcat
Description
Adds the elements of the second array to the first one.
Parameters
Return Type
Array
Example
group={"user1", "user2"};
watchers += arraysConcat(watchers, group);
Adds the elements of the group array to the watchers array.
If the array types are incompatible, the function returns error.
See also
, multiple selections available,
Related content
arraysConcat
arraysConcat
More like this
arraysConcat
arraysConcat
More like this
arraysConcat
arraysConcat
More like this
arrayAddElement
arrayAddElement
More like this
arrayAddElement
arrayAddElement
More like this
arrayAddElement
arrayAddElement
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.