Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Button handy
blanktrue
color#0052CC
nameSend Feedback
linkhttps://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=arrayElementExists+-+15488771
widthauto

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

arrayElementExists(array, elem)

Package

array

Alias

elementExists (array, elem)

Pkg Usage

elementExists(array, elem)

...

Code Block
if( elementExists(watchers, currentUser()) ){
    print("You are watching this issue.");
}

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

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "array_routine" and space = currentSpace ( )
labelsarray_routines

...