Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This routine is available starting with SIL Engineā„¢ 1.0.
Info
titleAvailability
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

arrayAddElementIfNotExist(arrayName, elem)

Package

array

...

Alias

addElementIfNotExist(arrayName, elem)

Pkg Usage

addElementIfNotExist(

...

arrayName, elem)

Description

Excerpt
hiddentrue
If elem is an element of the array type, returns a new array that includes the specified element at the end. The element is added only if it is not already in the array.

If elem is an element of the array type, returns a new array that includes the specified element at the end. The element is added only if it is not already in the array.

Alias

addElementIfNotExist(arrayName, elem)

ParametersParameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

arrayName

...

Array

Yes

Array the new element is added to.

elem

...

Any

Yes

Element to be added. Must be the same type as the array type.

Return Type

arrayArray

Examples

Example

...

1

Code Block
watchers2 = addElementIfNotExist(watchers, currentUser());

Adds currentUser to the watchers array if currentUser is not already present. The routine returns a new array watchers2, so the initial array will not be modified.

...

Example 2

Code Block
watchers = addElementIfNotExist(watchers, currentUser());

The initial array will be modified as a result of the = operator and NOT of the routine call.

Notes

Note

  1. If arrayName is not defined as an array, the routine returns error.
  2. 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)
showLabelsfalse
max10025
showSpacefalse
cqllabel = "array_routines" and space = currentSpace ( )
labelsarray_routines