...
...
Warning |
---|
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here ! |
Info | ||
---|---|---|
| ||
This routine is available starting with katl-commons 2SIL Engine™ 2.5.7. |
Syntax
arrayToSet(arrayName)
...
Excerpt |
---|
Converts an array to a set of ( unique ) elements. |
Alias
arrayToSet(arrayName)
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
arrayName | array | Yes |
Array to be converted to a set of elements. |
Return Type
array
Example
Code Block |
---|
watchers = arrayToSet(watchers); |
The result returned by the routine is an array which that contains the elements from watchers without duplicates.
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|