Skip to end of banner
Go to start of banner

arraysConcat

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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 routine returns error.

See also

  • No labels