Skip to end of banner
Go to start of banner

arrayToSet

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 Current »

Description

Converts an array to a set of unique elements.

Parameters

Return Type

Array

Example

watchers = arrayToSet(watchers);

The result returned by the routine is an array that contains the elements from watchers without duplicates.

See also

  • No labels