...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | arrayElementExists(array, elem) | Package | array | Alias | elementExists (array, elem) | Pkg Usage | elementExists(array, elem) |
|
Description
Excerpt |
---|
|
Returns "true" if the element exists in the array and "false" otherwise. |
Returns "true" if the element exists in the array and "false" otherwise.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
array | Array | Yes | Array where the element existence is checked. | element | Any | Yes | Element the existence is checked for. |
|
Return Type
Boolean
Example
Code Block |
---|
|
if( elementExists(watchers, currentUser()) ){
print("You are watching this issue.");
} |
The routine returns "true" if currentUser is in the watchers array and if the result is "true" a message is printed.
Note |
---|
If elem is not the same type as declared in the array definition, the routine returns "error". |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "array_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.